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