X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FContact%2FForm%2FSearch%2FCustom%2FGroupTest.php;h=c4855c70607a5607b1d0e060b7d72215084da39b;hb=a15773dbe01c45a8441d8fa224b5046d7c6b2ac8;hp=5a41e8b9a92d3df00067b0079621328b8fb4c2bb;hpb=0e87954f62c4fa1c54d72c1cd2d47dc84f9e5201;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php index 5a41e8b9a9..c4855c7060 100644 --- a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php +++ b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php @@ -149,7 +149,7 @@ class CRM_Contact_Form_Search_Custom_GroupTest extends CiviUnitTestCase { ); } asort($all); - $this->assertEquals($full, $all, 'In line ' . __LINE__); + $this->assertEquals($full, $all); } /** @@ -182,7 +182,7 @@ class CRM_Contact_Form_Search_Custom_GroupTest extends CiviUnitTestCase { } $contacts = array_keys($contacts); sort($contacts, SORT_NUMERIC); - $this->assertEquals($ids, $contacts, 'In line ' . __LINE__); + $this->assertEquals($ids, $contacts); } /**