Skip to content

Commit

Permalink
Merge pull request #15112 from demeritcowboy/whats-my-name
Browse files Browse the repository at this point in the history
[Test] Fix Last_name in CiviUnitTestCase::activityCreate
  • Loading branch information
seamuslee001 authored Aug 23, 2019
2 parents 79f7016 + 573aab9 commit 14f6566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ public function activityCreate($params = array()) {
if (!isset($params['target_contact_id'])) {
$params['target_contact_id'] = $this->individualCreate(array(
'first_name' => 'Julia',
'Last_name' => 'Anderson',
'last_name' => 'Anderson',
'prefix' => 'Ms.',
'email' => 'julia_anderson@civicrm.org',
'contact_type' => 'Individual',
Expand Down

0 comments on commit 14f6566

Please sign in to comment.