phpmyadmin/test/classes
Maurício Meneghini Fauth eb3703882b
Move Routing::getCurrentRoute to ServerRequest
The route is retrieved from the request, so it makes sense to move the
method to the Http\ServerRequest class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-06-06 23:36:57 -03:00
..
_data Fix ThemeTest failing test 2022-01-26 15:17:46 -03:00
Advisory Move advisory_rules files to the Advisory\Rules class 2022-02-24 14:41:41 -03:00
Charsets Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
Command Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Config Disable global state for Charsets and Config\Descriptions tests 2022-02-21 20:34:35 -03:00
ConfigStorage Improve RelationCleanupTest class 2022-04-15 01:18:32 -03:00
Controllers Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Crypto Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Database Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Dbal Add exceptions for invalid identifier names 2022-03-19 17:35:35 -03:00
Display Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Engines Remove table-light CSS classes 2022-05-14 17:31:31 -03:00
Export Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Gis Merge branch 'QA_5_2' 2022-03-11 14:26:19 -03:00
Html Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Http Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Import Inline DbiDummy instances in some test classes 2022-04-19 17:43:10 -03:00
Navigation Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Partitioning Add unit test for Partition::havePartitioning 2022-03-01 15:39:26 -03:00
Plugins Adjusting parameters in ExportPlugin class 2022-04-28 16:32:06 -03:00
Properties Remove useless whitespaces 2021-09-15 17:05:40 -03:00
Query Add support for account locking 2021-08-21 00:55:33 -03:00
Server Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Setup Get default config values from Config\Settings classes 2021-09-30 12:04:47 -03:00
Stubs Add factory for Dbi in AbstractTestCase class 2022-04-17 15:22:45 -03:00
Table Add basic test for Table\ColumnsDefinition class 2022-05-25 14:21:04 -03:00
Utils Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
AbstractNetworkTestCase.php Remove ResponseRenderer::getFooter method 2022-04-09 12:32:14 -03:00
AbstractTestCase.php Merge branch 'QA_5_2' 2022-04-23 14:35:34 -03:00
BookmarkTest.php Remove the Bookmark::getParams method 2021-12-27 09:31:53 -03:00
BrowseForeignersTest.php Remove table-light CSS classes 2022-05-14 17:31:31 -03:00
CacheTest.php Create a simple Cache class 2021-06-17 16:35:53 +02:00
CharsetsTest.php Disable global state for Charsets and Config\Descriptions tests 2022-02-21 20:34:35 -03:00
CheckUserPrivilegesTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
CommonTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ConfigTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
ConsoleTest.php Add some test classes 2021-06-07 16:59:34 -03:00
CoreTest.php Refactor PhpMyAdmin\Core::isAllowedDomain method 2022-04-04 23:32:06 -03:00
CreateAddFieldTest.php Redesign CreateAddField::setColumnCreationStatementSuffix() 2021-12-08 22:24:49 +00:00
DatabaseInterfaceTest.php Merge branch 'QA_5_1' into QA_5_2 2022-02-12 11:42:17 -03:00
EncodingTest.php Use @requires annotation for required extensions 2021-10-07 13:40:50 -03:00
EnvironmentTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ErrorHandlerTest.php Improve ErrorHandler::handleException to show errors 2022-05-19 20:56:24 -03:00
ErrorReportTest.php Remove passing null to Relation's constructor 2021-12-17 12:09:14 -03:00
ErrorTest.php Improve Error message stacktrace style 2022-01-29 16:55:44 -03:00
ExportTest.php Adjusting parameters in ExportPlugin class 2022-04-28 16:32:06 -03:00
FieldMetadataTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
FileListingTest.php Update Psalm to 4.14 2021-12-05 23:46:58 -03:00
FileTest.php Get default config values from Config\Settings classes 2021-09-30 12:04:47 -03:00
FlashMessagesTest.php Remove non used variables 2021-07-16 02:13:27 +02:00
FontTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
FooterTest.php Replace Page settings dialog with modal (#17127) 2022-02-01 10:49:48 -03:00
GitTest.php Merge branch 'QA_5_1' into QA_5_2 2022-03-25 16:31:04 -03:00
HeaderTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
ImportTest.php Refactor $sql_data 2022-03-17 20:46:27 +00:00
IndexColumnTest.php Add some test classes 2021-06-07 16:59:34 -03:00
IndexTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
InsertEditTest.php Extract InsertEdit dependencies to constructor params 2022-06-01 23:42:47 -03:00
InternalRelationsTest.php Add some test classes 2021-06-07 16:59:34 -03:00
IpAllowDenyTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
LanguageTest.php Fix some errors found by PHPStan and Psalm 2021-06-24 18:03:14 -03:00
LinterTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ListDatabaseTest.php Add some test classes 2021-06-07 16:59:34 -03:00
LoggingTest.php Add some test classes 2021-06-07 16:59:34 -03:00
MenuTest.php Remove PMA_IS_WINDOWS constant 2022-04-24 20:37:55 -03:00
MessageTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
MimeTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
NormalizationTest.php Remove Template dependency from Relation class 2021-12-17 12:09:14 -03:00
OpenDocumentTest.php Merge branch 'QA_5_1' into QA_5_2 2022-04-26 21:03:20 -03:00
OperationsTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ParseAnalyzeTest.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
PdfTest.php Merge branch 'QA_5_1' 2022-01-03 13:06:27 +01:00
PluginsTest.php Adjusting parameters in ExportPlugin class 2022-04-28 16:32:06 -03:00
ProfilingTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ReplicationGuiTest.php Replace the master/slave terminology 2021-12-18 14:26:56 -03:00
ResponseTest.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
RoutingTest.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
SanitizeTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ScriptsTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
SqlQueryFormTest.php Populate relation Session with RelationParameters class 2021-12-17 12:09:15 -03:00
SqlTest.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
StatementInfoTest.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
StorageEngineTest.php Add unit test for Partition::havePartitioning 2022-03-01 15:39:26 -03:00
SystemDatabaseTest.php Deimplement fetchAssoc() helper 2022-01-09 22:44:53 +00:00
TableTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
TemplateTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ThemeManagerTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ThemeTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
TrackerTest.php Microoptimize escapeString 2022-03-15 16:39:29 +00:00
TrackingTest.php Implement ResultInterface & MysqliResult 2021-12-31 23:59:24 +00:00
TransformationsTest.php Add unit test for Partition::havePartitioning 2022-03-01 15:39:26 -03:00
TwoFactorTest.php Fix coding standard issues after #17241 merge 2021-12-13 10:37:54 -03:00
TypesTest.php Remove useless string concatenations 2021-09-27 21:40:22 -03:00
UrlTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
UserPasswordTest.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
UserPreferencesTest.php Merge branch 'QA_5_1' into QA_5_2 2022-02-15 17:44:37 -03:00
UtilTest.php Fix some errors reported by PHPStan 2022-04-28 22:53:38 -03:00
VersionInformationTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
VersionTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
ZipExtensionTest.php Replace fopen, fwrite and fclose with file_put_contents 2021-07-13 11:51:57 -03:00