]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/http/HttpUtils/IndexUrlTest.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / http / HttpUtils / IndexUrlTest.php
index cce45c51e18dd0b4b2426ffff61d3cbd94d49ffa..f283d119e388404bd4864f72675fb4d52cf334bd 100644 (file)
@@ -5,7 +5,7 @@
 
 namespace Shaarli\Http;
 
-use PHPUnit\Framework\TestCase;
+use Shaarli\TestCase;
 
 require_once 'application/http/HttpUtils.php';