phpmyadmin/test/classes
Kamil Tekiela 0bb63c997f Remove getWhereClauseArray()
This weird array cast is not adding anything useful. The psalm type hint tells us that elements are strings, but that's not guaranteed in any way.

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-04-20 16:53:18 +01: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 Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ConfigStorage Fix failing RelationTest test 2023-04-12 16:35:28 -03:00
Controllers Replace superglobals with serverrequest in controllers 2023-04-12 15:49:31 -03:00
Crypto Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
Database Memoize Relation 2023-04-04 11:59:29 +01: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 Improve array type inference for some tests 2023-04-01 20:18:20 -03:00
Html Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Http Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Import Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Navigation Memoize Relation 2023-04-04 11:59:29 +01:00
Partitioning Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Plugins Merge branch 'QA_5_2' 2023-04-19 18:37:03 -03:00
Properties Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Query Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Replication Create the PhpMyAdmin\Replication namespace 2023-03-20 14:16:01 -03:00
Server Memoize Relation 2023-04-04 11:59:29 +01:00
Setup Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Stubs Bettery types for DbiDummy / DummyResult 2023-04-07 21:47:07 +02:00
Table Improve FieldMetadata 2023-04-07 21:46:19 +02:00
Theme Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Tracking Add time zone to the SQL dump comment 2023-04-07 13:46:26 +01: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 Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
AbstractTestCase.php Memoize Relation 2023-04-04 11:59:29 +01:00
BookmarkTest.php Add native property types to test classes 2023-02-27 01:17:22 -03:00
BrowseForeignersTest.php Use single-line arrays when possible 2023-03-27 17:39:17 -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 Add missing traversable type hints 2023-04-02 01:32:12 -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 Bettery types for DbiDummy / DummyResult 2023-04-07 21:47:07 +02: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 Use single-line arrays when possible 2023-03-27 17:39:17 -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 Remove getWhereClauseArray() 2023-04-20 16:53:18 +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 Bettery types for DbiDummy / DummyResult 2023-04-07 21:47:07 +02:00
TableTest.php Improve array type inference for some tests 2023-04-01 20:18:20 -03: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 Memoize Relation 2023-04-04 11:59:29 +01:00
UtilTest.php Improve FieldMetadata 2023-04-07 21:46:19 +02: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