wiki.techinc.nl/tests/phpunit/includes/db
Aaron Schulz 383a5bcad9 rdbms: avoid undefined "expectBy" notices in TransactionProfiler (II)
Also:
* Add more documentation and phan annotations
* Avoid code duplication in resetExpectations()
* Make setExpectation() a bit more readable
* Move non-static field initialization to __construct()
* Convert two fields into simple class constants
* Mark TransactionProfiler with @internal
* Use reportExpectationViolated() in more cases in order to
  avoid similar logging code
* Make all transactionWritingOut() and recordQueryCompletion()
  arguments mandatory since the only callers already gave them

Bug: T269789
Bug: T277056
Change-Id: I6315e9c6a96f65343d45184a60d12665cbc32fc9
2021-03-16 03:58:11 +00:00
..
DatabaseTestHelper.php rdbms: avoid undefined "expectBy" notices in TransactionProfiler (II) 2021-03-16 03:58:11 +00:00
LBFactoryTest.php Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
LoadBalancerTest.php rdbms: add LoadBalancer::getClusterName() method 2021-03-01 20:34:03 +00:00
MWLBFactoryTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00