Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/classes/Server/SelectTest.php')
-rw-r--r--test/classes/Server/SelectTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/Server/SelectTest.php b/test/classes/Server/SelectTest.php
index 2f0fff106f..c27858c0c9 100644
--- a/test/classes/Server/SelectTest.php
+++ b/test/classes/Server/SelectTest.php
@@ -9,7 +9,6 @@ declare(strict_types=1);
namespace PhpMyAdmin\Tests\Server;
use PhpMyAdmin\Server\Select;
-use PhpMyAdmin\Theme;
use PhpMyAdmin\Util;
use PHPUnit\Framework\TestCase;