CiviUnitTestCase - Extract Civi\Test\Api3DocTrait
authorTim Otten <totten@civicrm.org>
Fri, 23 Mar 2018 23:27:40 +0000 (16:27 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 24 Mar 2018 03:41:47 +0000 (20:41 -0700)
commit195557d5fb3a24d17a2462b060d81948d9a69f10
treee495f70a39316cba28587938e8737e6f81f8a95c
parent30f5345c94249bb10f6c2a51997ccd444c426ce7
CiviUnitTestCase - Extract Civi\Test\Api3DocTrait

This makes `CiviUnitTestCase` more readable, and it allows other tests to
benefit from these helpers (even if they don't use everything from
`CiviUnitTestCase`).
Civi/Test/Api3DocTrait.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php