From ab1ce4674195199d10d8bda1b1fd3db1321b828e Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 18 Jul 2018 20:22:27 +1200 Subject: [PATCH] Fix enotice in test Not sure how the last fix got merged - did I misread the test result - this was a clear error --- tests/phpunit/api/v3/ReportTemplateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ReportTemplateTest.php b/tests/phpunit/api/v3/ReportTemplateTest.php index 6770b37750..30b999f80f 100644 --- a/tests/phpunit/api/v3/ReportTemplateTest.php +++ b/tests/phpunit/api/v3/ReportTemplateTest.php @@ -877,7 +877,7 @@ class api_v3_ReportTemplateTest extends CiviUnitTestCase { $row = $rows[0]; // This link is not relative - skip for now unset($row['civicrm_activity_activity_type_id_link']); - if ($rows['civicrm_email_contact_target_email'] === 'anthony_anderson@civicrm.org;techo@spying.com') { + if ($row['civicrm_email_contact_target_email'] === 'anthony_anderson@civicrm.org;techo@spying.com') { // order is unpredictable $expected['civicrm_email_contact_target_email'] = 'anthony_anderson@civicrm.org;techo@spying.com'; } -- 2.25.1