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/AdvisorTest.php')
-rw-r--r--test/classes/AdvisorTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/AdvisorTest.php b/test/classes/AdvisorTest.php
index 616537853a..3fc6b66c4b 100644
--- a/test/classes/AdvisorTest.php
+++ b/test/classes/AdvisorTest.php
@@ -11,7 +11,6 @@ namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Advisor;
use PhpMyAdmin\Config;
use PhpMyAdmin\Tests\PmaTestCase;
-use PhpMyAdmin\Theme;
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
/**