Move helpers from CiviUnitTestCase to DbTestTrait
authorTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 00:34:56 +0000 (17:34 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 03:04:56 +0000 (20:04 -0700)
commit8c68b9c9226b597e52c7126fc62def828dd85e07
treed8b428fd069b07089e8b6dfab852685097666a2b
parent1426d341e65f955fc46f0ab26c5f91e31a1dceb8
Move helpers from CiviUnitTestCase to DbTestTrait

* `assertDBState(...)`
* `assertDBNotNull(...)`
* `assertDBNull(...)`
* `assertDBRowNotExist(...)`
* `assertDBRowExist(...)`
* `assertDBCompareValue(...)`
* `assertDBCompareValues(...)`
* `assertDBQuery(...)`
Civi/Test/DbTestTrait.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php