Skip to content

Commit

Permalink
[NFC] ProfileTest class - formatting & general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eileen committed May 21, 2019
1 parent 31e0024 commit bca450a
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 187 deletions.
1 change: 1 addition & 0 deletions Civi/Test/ContactTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function individualCreate($params = array(), $seq = 0, $random = FALSE) {
*
* @return int
* id of Household created
* @throws \Exception
*/
public function householdCreate($params = array(), $seq = 0) {
$params = array_merge($this->sampleContact('Household', $seq), $params);
Expand Down
Loading

0 comments on commit bca450a

Please sign in to comment.