X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FOpenSearchControllerTest.php;h=42d876c36b0c0352be527e75c4119969c57b3981;hb=7b18876361f2223672f3a2cac9fc0da16d12d69f;hp=9609a377f71d638de004f00716010e019aef0ed9;hpb=cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/visitor/OpenSearchControllerTest.php b/tests/front/controller/visitor/OpenSearchControllerTest.php index 9609a377..42d876c3 100644 --- a/tests/front/controller/visitor/OpenSearchControllerTest.php +++ b/tests/front/controller/visitor/OpenSearchControllerTest.php @@ -4,7 +4,7 @@ declare(strict_types=1); namespace Shaarli\Front\Controller\Visitor; -use PHPUnit\Framework\TestCase; +use Shaarli\TestCase; use Slim\Http\Request; use Slim\Http\Response;