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/Html/MySQLDocumentationTest.php')
-rw-r--r--test/classes/Html/MySQLDocumentationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/Html/MySQLDocumentationTest.php b/test/classes/Html/MySQLDocumentationTest.php
index 486e93d4bf..a290e4d34c 100644
--- a/test/classes/Html/MySQLDocumentationTest.php
+++ b/test/classes/Html/MySQLDocumentationTest.php
@@ -8,7 +8,6 @@ declare(strict_types=1);
namespace PhpMyAdmin\Tests\Html;
-use PhpMyAdmin\Html\Forms;
use PhpMyAdmin\Html\MySQLDocumentation;
use PhpMyAdmin\Tests\PmaTestCase;