]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/Url/UrlTest.php
Url.php: remove unwanted ?PHPSESSID= URL parameters,
[github/shaarli/Shaarli.git] / tests / Url / UrlTest.php
index ce82265e305bfceec3b69e232002a411f5ea0d67..4bf53b2dfc675da911c6e3fb3df469cfbd2cec5a 100644 (file)
@@ -85,6 +85,7 @@ class UrlTest extends PHPUnit_Framework_TestCase
         $this->assertUrlIsCleaned('?utm_term=1n4l');
 
         $this->assertUrlIsCleaned('?xtor=some-url');
+        $this->assertUrlIsCleaned('?PHPSESSID=012345678910111213');
     }
 
     /**