phpmyadmin/test/classes
William Desportes 44ba9a5d22
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 13:16:36 +02:00
..
_data Add support for theme color modes 2023-03-13 23:28:29 -03:00
Advisory Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Charsets Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Command Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Config Add null as default for Server control_ properties 2023-05-06 15:21:41 -03:00
ConfigStorage Use empty string as sentinel instead of false 2023-05-12 12:36:55 +01:00
Controllers Move trigger row foreach loop into the list.twig template 2023-05-25 16:03:45 -03:00
Crypto Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
Database Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Dbal Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
Display Improve FieldMetadata 2023-04-07 21:46:19 +02:00
Engines Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Export Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Gis Update psalm-baseline.xml 2023-05-03 15:25:05 +01:00
Html Merge pull request #18445 from kamil-tekiela/InsertEdit-pt4 2023-05-24 21:16:01 -03:00
Http Merge branch 'QA_5_2' 2023-05-29 13:16:36 +02:00
Import Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Navigation Merge the DB and table trigger controllers 2023-05-25 15:39:36 -03:00
Partitioning Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Plugins Add Timing enum for triggers action timing 2023-05-27 15:58:29 -03:00
Properties Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Query Move buildInsertSqlQuery to Generator 2023-05-23 15:31:46 +01:00
Replication Create the PhpMyAdmin\Replication namespace 2023-03-20 14:16:01 -03:00
Server Use short lambdas 2023-05-11 23:48:06 +01:00
Setup Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Stubs Fix failing test 2023-05-19 16:33:01 +01:00
Table Improve FieldMetadata 2023-04-07 21:46:19 +02:00
Theme Remove ThemeManager::getInstance() method 2023-05-09 21:29:49 -03:00
Tracking Use short lambdas 2023-05-11 23:48:06 +01:00
Triggers Create the TriggerName value object 2023-05-28 15:46:59 -03:00
Utils Add missing traversable type hints 2023-04-02 01:32:12 -03:00
WebAuthn Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
AbstractNetworkTestCase.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
AbstractTestCase.php Remove Config::checkServers() method 2023-04-29 14:50:18 -03:00
BookmarkTest.php Add configuration option to allow shared bookmarks 2023-04-14 12:09:01 +03:00
BrowseForeignersTest.php Move Config::loadDefaults() to constructor 2023-04-27 21:48:56 -03:00
CacheTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
CharsetsTest.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
CheckUserPrivilegesTest.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
CommonTest.php Remove $GLOBALS['PMA_PHP_SELF'] (#18149) 2023-02-27 17:56:27 -03:00
ConfigTest.php Short boolean conditions (#18413) 2023-05-12 11:09:21 -03:00
ConsoleTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
CoreTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
CreateAddFieldTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
DatabaseInterfaceTest.php Add Server class as a param for DatabaseInterface::postConnect() 2023-05-07 02:26:34 -03:00
EncodingTest.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
EnvironmentTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
ErrorHandlerTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
ErrorReportTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ErrorTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ExportTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
FieldHelper.php Improve FieldMetadata 2023-04-07 21:46:19 +02:00
FieldMetadataTest.php Improve FieldMetadata 2023-04-07 21:46:19 +02:00
FileListingTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
FileTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
FlashMessagesTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
FontTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
FooterTest.php Fix POST global variable being undefined for FooterTest 2023-04-11 22:49:18 -03:00
GitTest.php Improve Git::checkGitRevision() return type declaration 2023-05-21 13:25:38 -03:00
HeaderTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ImportTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
IndexColumnTest.php Add native property types to test classes 2023-02-27 01:17:22 -03:00
IndexTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
InsertEditTest.php Move buildInsertSqlQuery to Generator 2023-05-23 15:31:46 +01:00
InternalRelationsTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
IpAllowDenyTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
LanguageTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
LinterTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
ListDatabaseTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
LoggingTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
MenuTest.php Remove $GLOBALS['PMA_PHP_SELF'] (#18149) 2023-02-27 17:56:27 -03:00
MessageTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
MimeTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
NormalizationTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
OpenDocumentTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
OperationsTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ParseAnalyzeTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
PdfTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
PluginsTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ProfilingTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
ResponseTest.php Remove $GLOBALS['PMA_PHP_SELF'] (#18149) 2023-02-27 17:56:27 -03:00
RoutingTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
SanitizeTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ScriptsTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ShowGrantsTest.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
SqlQueryFormTest.php Memoize Relation 2023-04-04 11:59:29 +01:00
SqlTest.php Improve FieldMetadata 2023-04-07 21:46:19 +02:00
StatementInfoTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
StorageEngineTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
SystemDatabaseTest.php Use short lambdas 2023-05-11 23:48:06 +01:00
TableTest.php Use short lambdas 2023-05-11 23:48:06 +01:00
TemplateTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TransformationsTest.php Memoize Relation 2023-04-04 11:59:29 +01:00
TwoFactorTest.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TypesByDatabaseVersionTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
TypesTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
UrlTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
UserPasswordTest.php Add native property types to test classes 2023-02-27 01:17:22 -03:00
UserPreferencesTest.php Use short lambdas 2023-05-11 23:48:06 +01:00
UtilTest.php Split Util::getSupportedDatatypes (#18420) 2023-05-17 14:49:06 -03:00
VersionInformationTest.php Merge branch 'QA_5_2' 2023-04-11 15:46:30 -03:00
VersionTest.php Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
ZipExtensionTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00