Remove use statements within the same namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
4604fee772
commit
42166cac37
@ -8,11 +8,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use Exception;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\SysInfo;
|
||||
use PhpMyAdmin\Url;
|
||||
use PhpMyAdmin\Util;
|
||||
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
|
||||
use Throwable;
|
||||
use function array_merge_recursive;
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin;
|
||||
use PhpMyAdmin\Charsets\Charset;
|
||||
use PhpMyAdmin\Charsets\Collation;
|
||||
use PhpMyAdmin\Html\Generator;
|
||||
use PhpMyAdmin\Message;
|
||||
|
||||
/**
|
||||
* PhpMyAdmin\CentralColumns class
|
||||
|
||||
@ -6,9 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* PhpMyAdmin\CheckUserPrivileges class
|
||||
*/
|
||||
|
||||
@ -7,12 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use DirectoryIterator;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Error;
|
||||
use PhpMyAdmin\LanguageManager;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\ThemeManager;
|
||||
use PhpMyAdmin\UserPreferences;
|
||||
use PhpMyAdmin\Utils\HttpRequest;
|
||||
|
||||
/**
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Config;
|
||||
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
|
||||
/**
|
||||
* Base class for forms, loads default configuration options, checks allowed
|
||||
* values etc.
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Config;
|
||||
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
use PhpMyAdmin\Config\FormDisplay;
|
||||
use PhpMyAdmin\Config\Forms\Page\PageFormList;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Message;
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Config;
|
||||
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
use PhpMyAdmin\Config\Descriptions;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Sanitize;
|
||||
use PhpMyAdmin\Setup\Index as SetupIndex;
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Config;
|
||||
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
@ -6,10 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Bookmark;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Template;
|
||||
|
||||
/**
|
||||
* Class used to output the console
|
||||
*/
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Database\Designer;
|
||||
|
||||
use PhpMyAdmin\Database\Designer\DesignerTable;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Index;
|
||||
use PhpMyAdmin\Relation;
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Display;
|
||||
use PhpMyAdmin\Charsets;
|
||||
use PhpMyAdmin\Charsets\Charset;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Display\ImportAjax;
|
||||
use PhpMyAdmin\Encoding;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Plugins;
|
||||
|
||||
@ -6,9 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Template;
|
||||
|
||||
/**
|
||||
* Encoding conversion helper class
|
||||
*/
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Message;
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
|
||||
@ -6,10 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Error;
|
||||
use PhpMyAdmin\Response;
|
||||
use PhpMyAdmin\Url;
|
||||
|
||||
/**
|
||||
* handling errors
|
||||
*/
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Error;
|
||||
use PhpMyAdmin\Utils\HttpRequest;
|
||||
|
||||
/**
|
||||
|
||||
@ -6,11 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Util;
|
||||
use PhpMyAdmin\ZipExtension;
|
||||
|
||||
/**
|
||||
* File wrapper class
|
||||
*
|
||||
|
||||
@ -7,8 +7,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
|
||||
/**
|
||||
* PhpMyAdmin\IpAllowDeny class
|
||||
*/
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\LanguageManager;
|
||||
|
||||
/**
|
||||
* Language object
|
||||
*/
|
||||
|
||||
@ -6,10 +6,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Html\MySQLDocumentation;
|
||||
use PhpMyAdmin\Language;
|
||||
use PhpMyAdmin\Template;
|
||||
|
||||
/**
|
||||
* Language selection manager
|
||||
|
||||
@ -6,9 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\ListAbstract;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* handles database lists
|
||||
*
|
||||
|
||||
@ -8,8 +8,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
|
||||
/**
|
||||
* Misc logging functions
|
||||
*/
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Sanitize;
|
||||
|
||||
/**
|
||||
* a single message
|
||||
*
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\ZipExtension;
|
||||
|
||||
/**
|
||||
* Simplfied OpenDocument creator class
|
||||
*/
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Response;
|
||||
use PhpMyAdmin\SqlParser\Utils\Query;
|
||||
|
||||
/**
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\SubPartition;
|
||||
|
||||
/**
|
||||
* base Partition Class
|
||||
*/
|
||||
|
||||
@ -7,10 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use Exception;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Response;
|
||||
use PhpMyAdmin\Util;
|
||||
use TCPDF;
|
||||
use TCPDF_FONTS;
|
||||
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Plugins;
|
||||
|
||||
use PhpMyAdmin\Plugins\TransformationsPlugin;
|
||||
|
||||
/**
|
||||
* Provides a common interface that will have to be implemented
|
||||
* by all of the Input/Output transformations plugins.
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Plugins\Import;
|
||||
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Plugins\Import\AbstractImportCsv;
|
||||
use PhpMyAdmin\Properties\Options\Items\BoolPropertyItem;
|
||||
use PhpMyAdmin\Properties\Options\Items\TextPropertyItem;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Plugins\Schema\Dia;
|
||||
|
||||
use PhpMyAdmin\Plugins\Schema\Dia\TableStatsDia;
|
||||
use PhpMyAdmin\Plugins\Schema\Eps\TableStatsEps;
|
||||
use PhpMyAdmin\Plugins\Schema\ExportRelationSchema;
|
||||
use PhpMyAdmin\Plugins\Schema\Pdf\TableStatsPdf;
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Plugins\Schema;
|
||||
|
||||
use PhpMyAdmin\Plugins\Schema\TableStats;
|
||||
|
||||
/**
|
||||
* Relations preferences/statistics
|
||||
*
|
||||
|
||||
@ -10,8 +10,6 @@ use PhpMyAdmin\Plugins\Schema\Dia\TableStatsDia;
|
||||
use PhpMyAdmin\Plugins\Schema\Eps\TableStatsEps;
|
||||
use PhpMyAdmin\Plugins\Schema\ExportRelationSchema;
|
||||
use PhpMyAdmin\Plugins\Schema\Pdf\TableStatsPdf;
|
||||
use PhpMyAdmin\Plugins\Schema\Svg\Svg;
|
||||
use PhpMyAdmin\Plugins\Schema\Svg\TableStatsSvg;
|
||||
|
||||
/**
|
||||
* RelationStatsSvg Relation Schema Class
|
||||
|
||||
@ -6,10 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* PhpMyAdmin\RelationCleanup class
|
||||
*/
|
||||
|
||||
@ -6,12 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Footer;
|
||||
use PhpMyAdmin\Header;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\OutputBuffering;
|
||||
|
||||
/**
|
||||
* Singleton class used to manage the rendering of pages in PMA
|
||||
*/
|
||||
|
||||
@ -6,9 +6,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Html\MySQLDocumentation;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* This class includes various sanitization methods that can be called statically
|
||||
|
||||
@ -8,11 +8,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\ErrorHandler;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Session class
|
||||
*/
|
||||
|
||||
@ -6,27 +6,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Bookmark;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Display\Results as DisplayResults;
|
||||
use PhpMyAdmin\Html\Generator;
|
||||
use PhpMyAdmin\Html\MySQLDocumentation;
|
||||
use PhpMyAdmin\Index;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Operations;
|
||||
use PhpMyAdmin\ParseAnalyze;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\RelationCleanup;
|
||||
use PhpMyAdmin\Response;
|
||||
use PhpMyAdmin\SqlParser\Statements\AlterStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\DropStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\SelectStatement;
|
||||
use PhpMyAdmin\SqlParser\Utils\Query;
|
||||
use PhpMyAdmin\Table;
|
||||
use PhpMyAdmin\Transformations;
|
||||
use PhpMyAdmin\Url;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Set of functions for the SQL executor
|
||||
|
||||
@ -19,7 +19,6 @@ use PhpMyAdmin\Engines\Ndbcluster;
|
||||
use PhpMyAdmin\Engines\Pbxt;
|
||||
use PhpMyAdmin\Engines\PerformanceSchema;
|
||||
use PhpMyAdmin\Html\Generator;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* defines
|
||||
|
||||
@ -10,8 +10,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\SysInfoBase;
|
||||
|
||||
/**
|
||||
* PhpMyAdmin\SysInfo class
|
||||
*/
|
||||
|
||||
@ -6,9 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\SysInfo;
|
||||
use PhpMyAdmin\SysInfoBase;
|
||||
|
||||
/**
|
||||
* Linux based SysInfo class
|
||||
*/
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\SysInfoBase;
|
||||
|
||||
/**
|
||||
* SunOS based SysInfo class
|
||||
*/
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use COM;
|
||||
use PhpMyAdmin\SysInfoBase;
|
||||
use function is_string;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,9 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use mysqli_result;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
class SystemDatabase
|
||||
{
|
||||
|
||||
@ -6,14 +6,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Html\Generator;
|
||||
use PhpMyAdmin\Html\MySQLDocumentation;
|
||||
use PhpMyAdmin\Index;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Plugins;
|
||||
use PhpMyAdmin\Plugins\Export\ExportSql;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\SqlParser\Components\Expression;
|
||||
use PhpMyAdmin\SqlParser\Components\OptionsArray;
|
||||
use PhpMyAdmin\SqlParser\Context;
|
||||
@ -22,7 +17,6 @@ use PhpMyAdmin\SqlParser\Statements\AlterStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\CreateStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\DropStatement;
|
||||
use PhpMyAdmin\SqlParser\Utils\Table as TableUtils;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Handles everything related to tables
|
||||
|
||||
@ -6,9 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Template;
|
||||
use PhpMyAdmin\ThemeManager;
|
||||
|
||||
/**
|
||||
* handles theme
|
||||
*
|
||||
|
||||
@ -6,10 +6,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Plugins;
|
||||
use PhpMyAdmin\Plugins\Export\ExportSql;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\SqlParser\Parser;
|
||||
use PhpMyAdmin\SqlParser\Statements\AlterStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\CreateStatement;
|
||||
@ -19,7 +16,6 @@ use PhpMyAdmin\SqlParser\Statements\InsertStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\RenameStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\TruncateStatement;
|
||||
use PhpMyAdmin\SqlParser\Statements\UpdateStatement;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* This class tracks changes on databases, tables and views.
|
||||
|
||||
@ -16,10 +16,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Plugins\TransformationsInterface;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Transformations class
|
||||
|
||||
@ -6,12 +6,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Plugins\TwoFactor\Application;
|
||||
use PhpMyAdmin\Plugins\TwoFactor\Invalid;
|
||||
use PhpMyAdmin\Plugins\TwoFactor\Key;
|
||||
use PhpMyAdmin\Plugins\TwoFactorPlugin;
|
||||
use PhpMyAdmin\UserPreferences;
|
||||
use PragmaRX\Google2FAQRCode\Google2FA;
|
||||
use Samyoul\U2F\U2FServer\U2FServer;
|
||||
|
||||
|
||||
@ -6,8 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
|
||||
/**
|
||||
* Class holding type definitions for MySQL and MariaDB.
|
||||
*/
|
||||
|
||||
@ -6,14 +6,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Html\Generator;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Response;
|
||||
use PhpMyAdmin\Server\Privileges;
|
||||
use PhpMyAdmin\Template;
|
||||
use PhpMyAdmin\Url;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Functions for user password
|
||||
|
||||
@ -8,12 +8,6 @@ namespace PhpMyAdmin;
|
||||
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
use PhpMyAdmin\Config\Forms\User\UserFormList;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Template;
|
||||
use PhpMyAdmin\Url;
|
||||
use PhpMyAdmin\Util;
|
||||
|
||||
/**
|
||||
* Functions for displaying user preferences pages
|
||||
|
||||
@ -8,7 +8,6 @@ namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Advisor;
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
|
||||
|
||||
/**
|
||||
|
||||
@ -9,7 +9,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PHPUnit\Framework\Exception;
|
||||
|
||||
/**
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Tests;
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Sanitize;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use stdClass;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Tests\Stubs\DbiDummy;
|
||||
use PhpMyAdmin\Util;
|
||||
use stdClass;
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\ErrorHandler;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use ReflectionClass;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Error;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Error class testing.
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\File;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* tests for PhpMyAdmin\File class
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Font;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Tests for PhpMyAdmin\Font class
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Tests;
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\ErrorHandler;
|
||||
use PhpMyAdmin\Footer;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use ReflectionClass;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisLineString;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisMultiLineString;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisMultiPoint;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisMultiPolygon;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisPoint;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Gis;
|
||||
|
||||
use PhpMyAdmin\Gis\GisPolygon;
|
||||
use PhpMyAdmin\Tests\Gis\GisGeomTestCase;
|
||||
use TCPDF;
|
||||
|
||||
/**
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Tests;
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Header;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use ReflectionProperty;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Index;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Test for Index class
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\LanguageManager;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Tests behaviour of PMA_Advisor class
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Linter;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Tests for PhpMyAdmin\Linter
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\ListDatabase;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use ReflectionClass;
|
||||
|
||||
/**
|
||||
|
||||
@ -8,7 +8,6 @@ namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Core;
|
||||
use PhpMyAdmin\Menu;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Test for Menu class
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Test for Message class
|
||||
|
||||
@ -8,7 +8,6 @@ namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Pdf;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* tests for Pdf class
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests\Properties\Plugins;
|
||||
|
||||
use PhpMyAdmin\Properties\Plugins\ExportPluginProperties;
|
||||
use PhpMyAdmin\Tests\Properties\Plugins\ImportPluginPropertiesTest;
|
||||
|
||||
/**
|
||||
* Tests for PhpMyAdmin\Properties\Plugins\ExportPluginProperties class. Extends PMA_ImportPluginProperties_Tests
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Scripts;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use ReflectionProperty;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\StorageEngine;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Tests for StorageEngine.php
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\SystemDatabase;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
|
||||
/**
|
||||
* Tests for libraries/SystemDatabase.php
|
||||
|
||||
@ -10,7 +10,6 @@ use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Index;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Table;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Tests\Stubs\DbiDummy;
|
||||
use ReflectionClass;
|
||||
use stdClass;
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Template;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use Twig\Error\LoaderError;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\ThemeManager;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Config;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Theme;
|
||||
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ declare(strict_types=1);
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Tracker;
|
||||
use PhpMyAdmin\Util;
|
||||
use ReflectionClass;
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Types;
|
||||
|
||||
/**
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Tests;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Relation;
|
||||
use PhpMyAdmin\Template;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\UserPreferencesHeader;
|
||||
use Throwable;
|
||||
use Twig_Error_Loader;
|
||||
|
||||
@ -9,7 +9,6 @@ namespace PhpMyAdmin\Tests;
|
||||
use PhpMyAdmin\Config\ConfigFile;
|
||||
use PhpMyAdmin\DatabaseInterface;
|
||||
use PhpMyAdmin\Message;
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\Url;
|
||||
use PhpMyAdmin\UserPreferences;
|
||||
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\VersionInformation;
|
||||
use stdClass;
|
||||
|
||||
|
||||
@ -6,7 +6,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Tests;
|
||||
|
||||
use PhpMyAdmin\Tests\PmaTestCase;
|
||||
use PhpMyAdmin\ZipExtension;
|
||||
use ZipArchive;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user