X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FUrl%2FUnparseUrlTest.php;fp=tests%2FUrl%2FUnparseUrlTest.php;h=e314b48468b789688fec09dda194074c670de0e3;hb=38672ba0d1c722e5d6d33a58255ceb55e9410e46;hp=edde73e408580fe0f7e40884645b2bdf302d9b15;hpb=83faedadff76c5bdca036f39f13943f63b27e164;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))); } } -