phpmyadmin/test/classes
Maurício Meneghini Fauth 20d748e841
Prepare for version 6.0.0-dev
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-10 19:20:51 -03:00
..
_data Prepare for version 6.0.0-dev 2023-02-10 19:20:51 -03:00
Advisory Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Charsets Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
Command Merge branch 'QA_5_2' 2023-02-08 14:09:59 -03:00
Config Refactor config forms 2023-01-23 23:32:27 +00:00
ConfigStorage Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
Controllers Minor code refactoring of Privileges.php (#17993) 2023-01-28 20:40:30 -03:00
Crypto Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Database Merge branch 'QA_5_2' 2023-01-24 15:45:42 -03:00
Dbal Create Dbal/Statement interface 2023-01-20 00:36:01 -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 Merge branch 'QA_5_2' 2022-12-16 11:53:18 -03:00
Html Fix tests for pull-request #17797 2022-10-26 14:03:54 +02:00
Http Merge branch 'QA_5_2' 2023-01-24 11:23:53 -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 Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Plugins Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03: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 Minor code refactoring of Privileges.php (#17993) 2023-01-28 20:40:30 -03:00
Setup Add basic routing system for setup pages 2022-10-10 06:54:45 -03:00
Stubs Merge branch 'QA_5_2' 2023-02-08 14:09:59 -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
WebAuthn Fix issues after merge 2023-01-17 00:47:04 -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 Merge branch 'QA_5_2' 2023-02-01 22:04:27 -03:00
ConsoleTest.php Extract Console dependencies from constructor 2022-08-20 15:52:06 -03:00
CoreTest.php Merge branch 'QA_5_2' 2023-01-28 13:09:51 -03:00
CreateAddFieldTest.php Replace escapeString with quoteString (#17946) 2022-12-04 12:20:16 -03:00
DatabaseInterfaceTest.php Create Dbal/Statement interface 2023-01-20 00:36:01 -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 Add better type inference 2022-12-20 18:55:03 +00:00
FieldMetadataTest.php Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
FileListingTest.php Fix Psalm error related to TEST_PATH constant 2023-01-28 14:37:51 -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 Extract Navigation object dependency from CommonParams 2022-12-14 20:08:58 -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' 2023-02-08 14:09:59 -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 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 connection type constants to the Connection class 2023-01-17 02:21: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 Remove globals from the Replication class 2023-01-13 17:12:23 -03:00
ResponseTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
RoutingTest.php Merge branch 'QA_5_2' 2023-02-01 22:04:27 -03:00
SanitizeTest.php Remove remaining bits of Sanitize::jsFormat 2022-10-17 21:31:07 +01:00
ScriptsTest.php Fix ScriptsTest failing test 2023-02-09 16:17:30 -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' 2023-02-08 14:09:59 -03: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 Extract connection type constants to the Connection class 2023-01-17 02:21:27 -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 Prepare for version 6.0.0-dev 2023-02-10 19:20:51 -03:00
TrackerTest.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -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 Fix broken tests after UUID changes 2023-01-22 01:19:34 +04:00
TypesTest.php Merge branch 'QA_5_2' 2023-01-24 11:23:53 -03:00
UrlTest.php Simpler PHPUnit 8 compatibility 2022-11-07 01:57:59 +01:00
UserPasswordTest.php Use DI for UserPassword's $dbi 2023-02-10 16:20:14 -03:00
UserPreferencesTest.php Replace escapeString with quoteString 2023-02-10 16:23:34 -03:00
UtilTest.php Designer controller globals (#17985) 2023-01-26 22:58:24 -03: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