X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FUrl%2FUnparseUrlTest.php;h=e314b48468b789688fec09dda194074c670de0e3;hb=067c2dd8f5f6eb6cc808ddc4bd30aec104caf73d;hp=edde73e408580fe0f7e40884645b2bdf302d9b15;hpb=ce47a75864d7d398a68705df67da2ae00ca89eca;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/Url/UnparseUrlTest.php b/tests/Url/UnparseUrlTest.php index edde73e4..e314b484 100644 --- a/tests/Url/UnparseUrlTest.php +++ b/tests/Url/UnparseUrlTest.php @@ -28,4 +28,3 @@ class UnparseUrlTest extends PHPUnit_Framework_TestCase $this->assertEquals($ref, unparse_url(parse_url($ref))); } } -