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/ImportTest.php')
-rw-r--r--test/classes/ImportTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/ImportTest.php b/test/classes/ImportTest.php
index 2e0b49abaf..f5640ff250 100644
--- a/test/classes/ImportTest.php
+++ b/test/classes/ImportTest.php
@@ -12,7 +12,6 @@ use PhpMyAdmin\Html\Generator;
use PhpMyAdmin\Import;
use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\Url;
-use PhpMyAdmin\Util;
use PHPUnit\Framework\TestCase;
/**