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:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-21 03:32:24 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-21 14:19:23 +0300
commita6c469611a482b9822d7bf678b5c91c1b46b0f75 (patch)
tree8d29ab651fc8ffb9073dba424b73b185831421dc /test/bootstrap-dist.php
parent519552088374cbfbd32f19e70f910c114800fcf8 (diff)
Minor fixes
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 788fe7ee03..66e305db18 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -6,8 +6,6 @@ declare(strict_types=1);
use PhpMyAdmin\Config;
use PhpMyAdmin\DatabaseInterface;
-use PhpMyAdmin\Language;
-use PhpMyAdmin\LanguageManager;
use PhpMyAdmin\MoTranslator\Loader;
use PhpMyAdmin\Tests\Stubs\DbiDummy;