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/OperationsTest.php')
-rw-r--r--test/classes/OperationsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/OperationsTest.php b/test/classes/OperationsTest.php
index 948c595aaf..5c9edbe203 100644
--- a/test/classes/OperationsTest.php
+++ b/test/classes/OperationsTest.php
@@ -10,7 +10,6 @@ namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Operations;
use PhpMyAdmin\Relation;
-use PhpMyAdmin\Theme;
use PHPUnit\Framework\TestCase;
use ReflectionMethod;