X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FErrorControllerTest.php;h=75408cf4040e21297f049729213a63b21f915a3c;hb=b3bd8c3e8d367975980043e772f7cd78b7f96bc6;hp=e497bfefb874bfcac6206b32292e785480b1c7b2;hpb=0c6fdbe12bbbb336348666b14b82096f24d5858b;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/visitor/ErrorControllerTest.php b/tests/front/controller/visitor/ErrorControllerTest.php index e497bfef..75408cf4 100644 --- a/tests/front/controller/visitor/ErrorControllerTest.php +++ b/tests/front/controller/visitor/ErrorControllerTest.php @@ -4,8 +4,8 @@ declare(strict_types=1); namespace Shaarli\Front\Controller\Visitor; -use PHPUnit\Framework\TestCase; use Shaarli\Front\Exception\ShaarliFrontException; +use Shaarli\TestCase; use Slim\Http\Request; use Slim\Http\Response;