]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/http/HttpUtils/IndexUrlTestWithConstant.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / http / HttpUtils / IndexUrlTestWithConstant.php
index 15ca3d72bd1652e2b0368a3ebc6b3cfee63dac19..ecaea724d04b6375733c038804faad2aaf614a29 100644 (file)
@@ -4,7 +4,7 @@ declare(strict_types=1);
 
 namespace Shaarli\Http;
 
-use PHPUnit\Framework\TestCase;
+use Shaarli\TestCase;
 
 /**
  * Test index_url with SHAARLI_ROOT_URL defined to override automatic retrieval.