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/Config/Forms/FormListTest.php')
-rw-r--r--test/classes/Config/Forms/FormListTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/classes/Config/Forms/FormListTest.php b/test/classes/Config/Forms/FormListTest.php
index c503628692..516b805fbb 100644
--- a/test/classes/Config/Forms/FormListTest.php
+++ b/test/classes/Config/Forms/FormListTest.php
@@ -10,9 +10,6 @@ namespace PhpMyAdmin\Tests\Config\Forms;
use PhpMyAdmin\Config;
use PhpMyAdmin\Config\ConfigFile;
-use PhpMyAdmin\Config\Forms\Page\PageFormList;
-use PhpMyAdmin\Config\Forms\Setup\SetupFormList;
-use PhpMyAdmin\Config\Forms\User\UserFormList;
use PhpMyAdmin\Tests\PmaTestCase;
/**