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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-22 01:47:56 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-22 01:47:56 +0300
commit42166cac372d7f528f4fb255ff9fa8d4029a8d15 (patch)
treeae2ecf52cfd6d027440a1b3e92eb7f9d077da043 /test/classes/ScriptsTest.php
parent4604fee772ef9b9a605734e3393f66b8632dfec5 (diff)
Remove use statements within the same namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/ScriptsTest.php')
-rw-r--r--test/classes/ScriptsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/classes/ScriptsTest.php b/test/classes/ScriptsTest.php
index 4a2fe626b2..b5c55422b0 100644
--- a/test/classes/ScriptsTest.php
+++ b/test/classes/ScriptsTest.php
@@ -7,7 +7,6 @@ declare(strict_types=1);
namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Scripts;
-use PhpMyAdmin\Tests\PmaTestCase;
use ReflectionProperty;
/**