wiki.techinc.nl/tests/phpunit/includes/libs/rdbms/database
Thiemo Kreuz 32a429e8c4 tests: Prefer assertSame() when comparing the integer 0
assertSame() is guaranteed to not do any type conversion. This can be
critical when acciden tially comparing, for example, 0 to 0.0.

Change-Id: Iffcc9bda69573623ba14af655dcd697d0fcce525
2019-09-19 15:35:23 +00:00
..
DatabaseDomainTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
DatabaseMysqlBaseTest.php Revert "rdbms: make LoadBalancer::reallyOpenConnection() handle setting DBO_TRX" 2019-08-25 16:39:33 +00:00
DatabaseSqliteRdbmsTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
DatabaseSQLTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
DatabaseTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
DBConnRefTest.php rdbms: make implement IResultWrapper directly instead of via inheritence 2019-07-04 13:42:53 +00:00