]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/Url/UnparseUrlTest.php
Merge tag 'v0.10.4' into stable
[github/shaarli/Shaarli.git] / tests / Url / UnparseUrlTest.php
index edde73e408580fe0f7e40884645b2bdf302d9b15..e314b48468b789688fec09dda194074c670de0e3 100644 (file)
@@ -28,4 +28,3 @@ class UnparseUrlTest extends PHPUnit_Framework_TestCase
         $this->assertEquals($ref, unparse_url(parse_url($ref)));
     }
 }
-