X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fadmin%2FToolsControllerTest.php;h=e82f8b143c050b67e790e41ab64d153b17a6acde;hb=9b8c0a4560fa1d87cab1529099b1b4677e92e265;hp=39144d2f0dca0960098db18e1c241f050d5f73b5;hpb=98e7a59ca21b51cbd86d09cd5d217c0c8bf3db77;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/admin/ToolsControllerTest.php b/tests/front/controller/admin/ToolsControllerTest.php index 39144d2f..e82f8b14 100644 --- a/tests/front/controller/admin/ToolsControllerTest.php +++ b/tests/front/controller/admin/ToolsControllerTest.php @@ -4,7 +4,7 @@ declare(strict_types=1); namespace Shaarli\Front\Controller\Admin; -use PHPUnit\Framework\TestCase; +use Shaarli\TestCase; use Slim\Http\Request; use Slim\Http\Response;