Move helpers from CiviUnitTestCase to ContactTestTrait
authorTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 00:20:44 +0000 (17:20 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 13 Apr 2019 03:04:56 +0000 (20:04 -0700)
commita23e13ebc6dac6a1120aaeccfa01b9f90723c80a
tree30529d849ec792bfab651209ef6c89a5282b221c
parent55afe41cf71c7dc438d87bbd3964415226c3d267
Move helpers from CiviUnitTestCase to ContactTestTrait

* `createLoggedInUser(...)`
* `organizationCreate(...)`
* `individualCreate(...)`
* `householdCreate(...)`
* `sampleContact(...)`
* `_contactCreate(...)`
* `contactDelete(...)`
* `groupContactCreate(...)`
* `groupCreate(...)`
* `groupDelete(...)`
Civi/Test/ContactTestTrait.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php