Move helpers from CiviUnitTestCase to GenericAssertionsTrait
authorTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 00:32:15 +0000 (17:32 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 03:04:56 +0000 (20:04 -0700)
commit1426d341e65f955fc46f0ab26c5f91e31a1dceb8
treeb9c51497e61368d6d5ff190845ef694fad7ed5f8
parenta23e13ebc6dac6a1120aaeccfa01b9f90723c80a
Move helpers from CiviUnitTestCase to GenericAssertionsTrait

* `assertType(...)`
* `assertTreeEquals(...)`
* `assertApproxEquals(...)`
* `assertAttributesEquals(...)`
* `assertArrayKeyExists(...)`
* `assertArrayValueNotNull(...)`
* `assertArrayValuesEqual(...)`
Civi/Test/GenericAssertionsTrait.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php