wiki.techinc.nl/tests/phpunit/includes/libs/rdbms/database
Tim Starling 00c8a5cbde In Database::select() allow an empty array for $table
Previously it would give FROM followed by nothing which is always a
syntax error. Easier to fix it here than to convert empty arrays to
empty strings in SelectQueryBuilder.

Bug: T243051
Change-Id: I95a9b6a34cfb5c1ca4cf243c4226b5ed4f968035
2020-02-07 09:57:27 +11:00
..
DatabaseDomainTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
DatabaseMysqlBaseTest.php rdbms: Fix DatabaseMysqlBase::streamStatementEnd() possibly failing 2019-11-08 17:25:08 +01:00
DatabaseSqliteRdbmsTest.php rdbms: add GREATEST/LEAST wrappers to IDatabase 2020-01-17 22:19:08 +00:00
DatabaseSQLTest.php In Database::select() allow an empty array for $table 2020-02-07 09:57:27 +11:00
DatabaseTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
DBConnRefTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
DoctrineSchemaBuilderTest.php Improve tests in DoctrineSchemaBuilder 2019-11-22 19:53:10 +01:00