phpmyadmin/test/classes
Maurício Meneghini Fauth 83e8ed59cc
Remove Config object from the Window global object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-30 22:00:29 -03:00
..
_data Fix ThemeTest failing test 2022-01-26 15:17:46 -03:00
Advisory Extract url.php entry point into a route 2022-08-06 15:02:49 -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 Merge branch 'QA_5_2' 2022-11-25 21:39:21 +01:00
ConfigStorage Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
Controllers Update Psalm and PHPStan baselines 2022-11-30 15:46:06 -03:00
Crypto Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Database Improve type of DatabaseInterface::getLowerCaseNames() 2022-11-19 15:50:14 -03:00
Dbal Add tryFromValue method to DatabaseName and TableName classes 2022-09-18 16:32:42 -03:00
Display Merge branch 'QA_5_2' 2022-11-21 13:50:30 -03:00
Engines Merge branch 'QA_5_2' 2022-07-16 02:05:39 -03:00
Export Remove loadContainerBuilder call from AbstractTestCase::setUp method 2022-09-29 20:22:31 -03:00
Gis Refactor gis color (#17895) 2022-11-30 14:49:06 -03:00
Html Fix tests for pull-request #17797 2022-10-26 14:03:54 +02:00
Http Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
Import Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
Navigation Merge branch 'QA_5_2' 2022-07-23 18:55:51 -03:00
Partitioning Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
Plugins Fix #17632 - Login Page: Tab keypress to Text Fields 2022-11-25 22:17:26 +01:00
Properties Remove useless whitespaces 2021-09-15 17:05:40 -03:00
Query Add unit test 2022-10-11 01:56:44 +07:00
Server Clean up LIKE escaping 2022-11-25 00:06:52 +00:00
Setup Add basic routing system for setup pages 2022-10-10 06:54:45 -03:00
Stubs Improve type DatabaseInterface's $link params 2022-11-21 14:50:52 -03:00
Table Fix tests after e28bc2d8f6 2022-11-20 18:29:07 +01:00
Utils Fix some coding style issues 2022-10-16 17:18:54 -03:00
AbstractNetworkTestCase.php Remove ResponseRenderer::getFooter method 2022-04-09 12:32:14 -03:00
AbstractTestCase.php Extract config load and check from Config's constructor 2022-11-15 13:20:13 -03:00
BookmarkTest.php Refactored Bookmark::get() for DatabaseName 2022-10-21 01:52:09 +05:30
BrowseForeignersTest.php Remove table-light CSS classes 2022-05-14 17:31:31 -03:00
CacheTest.php Voidify methods with no side effects 2022-10-14 20:42:42 +01:00
CharsetsTest.php Refactor ConfigStorage\RelationTest test class 2022-06-17 04:32:18 -03:00
CheckUserPrivilegesTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
CommonTest.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ConfigTest.php Extract config load and check from Config's constructor 2022-11-15 13:20:13 -03:00
ConsoleTest.php Extract Console dependencies from constructor 2022-08-20 15:52:06 -03:00
CoreTest.php Remove Core::fatalError method 2022-10-31 22:18:47 -03:00
CreateAddFieldTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
DatabaseInterfaceTest.php Improve type of DatabaseInterface::getLowerCaseNames() 2022-11-19 15:50:14 -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 Merge branch 'QA_5_2' 2022-07-16 02:05:39 -03:00
ErrorReportTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
ErrorTest.php Improve Error message stacktrace style 2022-01-29 16:55:44 -03:00
ExportTest.php Improve type of DatabaseInterface::getLowerCaseNames() 2022-11-19 15:50:14 -03:00
FieldMetadataTest.php Merge branch 'QA_5_2' 2022-10-11 19:53:54 -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 Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
GitTest.php Write a test for Git::extractDataFormTextBody 2022-07-13 15:27:33 +02:00
HeaderTest.php Remove Config object from the Window global object 2022-11-30 22:00:29 -03:00
ImportTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
IndexColumnTest.php Improve type declaration of Index::getCompareData method 2022-09-09 09:04:21 -03:00
IndexTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
InsertEditTest.php Merge branch 'QA_5_2' 2022-11-03 20:35:10 +01: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 LanguageTest failing test when locale file is missing 2022-07-19 18:52:03 -03:00
LinterTest.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ListDatabaseTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
LoggingTest.php Add some test classes 2021-06-07 16:59:34 -03:00
MenuTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
MessageTest.php Extract url.php entry point into a route 2022-08-06 15:02:49 -03:00
MimeTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
NormalizationTest.php Extract HTML from Normalization::getHtmlForNormalizeTable method 2022-07-28 11:56:27 -03:00
OpenDocumentTest.php Merge branch 'QA_5_1' into QA_5_2 2022-04-26 21:03:20 -03:00
OperationsTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
ParseAnalyzeTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
PdfTest.php Fix method casing 2022-10-14 20:44:26 +02:00
PluginsTest.php Remove force_file_* global vars and param 2022-11-21 17:30:55 -03:00
ProfilingTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
ReplicationGuiTest.php Fix TypeError in Server\ReplicationController class 2022-11-10 21:44:25 -03:00
ResponseTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
RoutingTest.php Simpler PHPUnit 8 compatibility 2022-11-07 01:57:59 +01:00
SanitizeTest.php Remove remaining bits of Sanitize::jsFormat 2022-10-17 21:31:07 +01:00
ScriptsTest.php Assign AJAX to the window global object 2022-06-20 18:58:28 -03:00
SqlQueryFormTest.php Send DBI to SqlQueryForm using DI 2022-11-02 15:15:58 +00:00
SqlTest.php Merge branch 'QA_5_2' 2022-10-31 19:32:58 +01:00
StatementInfoTest.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
StorageEngineTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
SystemDatabaseTest.php Fix a coding standard issue 2022-11-06 18:06:32 -03:00
TableTest.php Remove the dblist global variable 2022-11-13 21:08:00 -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 Remove loadContainerBuilder call from AbstractTestCase::setUp method 2022-09-29 20:22:31 -03:00
TrackingTest.php Refactor Tracking export download to remove exit 2022-11-10 16:18:26 -03:00
TransformationsTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
TwoFactorTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
TypesByDatabaseVersionTest.php Support UUID for MariaDB 2022-10-10 22:39:10 +07:00
TypesTest.php Adds support for SHA2 function (#17809) 2022-10-18 16:12:06 -03:00
UrlTest.php Simpler PHPUnit 8 compatibility 2022-11-07 01:57:59 +01:00
UserPasswordTest.php Create a factory for auth plugin creation 2022-11-16 19:32:10 -03:00
UserPreferencesTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
UtilTest.php Clean up LIKE escaping 2022-11-25 00:06:52 +00:00
VersionInformationTest.php Fix indentation issues 2022-10-16 13:41:31 -03:00
VersionTest.php Fix possible type error in config.values.php file 2022-10-24 16:57:02 -03:00
ZipExtensionTest.php Fix some errors found by PHPStan in ZipExtensionTest class 2022-09-03 19:23:13 -03:00