wiki.techinc.nl/tests/phpunit/includes/db
Thiemo Kreuz eee735a176 rdbms: Use more narrow type hints in LBFactoryTest
Originally I wanted to fix the broken type hint for the `Database`
class. But I ended limiting the scope as much as possible and only
type hint at the interfaces that contain the methods the code actually
needs.

Change-Id: I450a55e80612f6e676f7c803dc904b4b653426d8
2019-02-13 18:27:26 +00:00
..
DatabaseOracleTest.php tests: Enable PHPUnit 4/6 compat layer in some tests that need it 2018-04-07 19:31:24 -07:00
DatabasePostgresTest.php Fix caller name in DatabasePostgresTest 2018-09-30 17:38:22 +00:00
DatabaseSqliteTest.php Add missing @covers to database related tests 2019-02-01 20:43:02 +00:00
DatabaseTestHelper.php rdbms: clean up return values of IDatabase write methods 2018-10-30 03:34:52 +00:00
LBFactoryTest.php rdbms: Use more narrow type hints in LBFactoryTest 2019-02-13 18:27:26 +00:00
LoadBalancerTest.php rdbms: add more comments and sanity checks for CONN_TRX_AUTOCOMMIT 2018-08-09 01:39:07 +00:00