From f757da7fae3234465d1c9b65774f38c121333a15 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 3 Jul 2020 21:30:53 +0200 Subject: [PATCH] Do not use phpstan test case class, use PHPUnit\Framework\TestCase Signed-off-by: William Desportes --- test/classes/Controllers/Server/EnginesControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/Controllers/Server/EnginesControllerTest.php b/test/classes/Controllers/Server/EnginesControllerTest.php index 75e4436909..6aad0b7661 100644 --- a/test/classes/Controllers/Server/EnginesControllerTest.php +++ b/test/classes/Controllers/Server/EnginesControllerTest.php @@ -17,7 +17,7 @@ use PhpMyAdmin\StorageEngine; use PhpMyAdmin\Template; use PhpMyAdmin\Url; use PhpMyAdmin\Util; -use PHPStan\Testing\TestCase; +use PHPUnit\Framework\TestCase; /** * Tests for EnginesController class