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/RelationTest.php')
-rw-r--r--test/classes/RelationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/RelationTest.php b/test/classes/RelationTest.php
index c68618a2b3..b6eff5c5a7 100644
--- a/test/classes/RelationTest.php
+++ b/test/classes/RelationTest.php
@@ -9,7 +9,6 @@ declare(strict_types=1);
namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Relation;
-use PhpMyAdmin\Theme;
use PHPUnit\Framework\TestCase;
/**