wiki.techinc.nl/tests/phpunit/includes/db
Thiemo Kreuz c1ee8250e9 Remove unnecessary ->equalTo() from tests
This is the default anyway when using ->with(). The test code
becomes so much more readable without this, I would like to
argue. Let it just say "with these values".

Because of the way I split my changes into multiple patches
there are a few other changes in this patch I could not split,
e.g. removing unnecessary ->any(). This is the default anyway
and doesn't make the test more specific.

Change-Id: I34990799fa9258ba8dc64c7e78ec43f7903b7681
2021-04-23 12:02:42 +02:00
..
DatabaseTestHelper.php rdbms: detect corrupt Database instances due to critical section failure 2021-03-24 14:25:50 +00:00
LBFactoryTest.php Remove unnecessary ->equalTo() from tests 2021-04-23 12:02:42 +02:00
LoadBalancerTest.php rdbms: add LoadBalancer::getClusterName() method 2021-03-01 20:34:03 +00:00