X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FGrant%2FCustomFieldsetTest.php;h=474a2b345cd88155db8f7d48745f54f7230f4118;hb=81621fee4d9c2e8c6f5272a1c6b38a86186fe185;hp=d981e5375a45178f833203d41cf741f3d502cd8d;hpb=00be918220e9ac8f6d25d12ed3c9c49fddd07ff7;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php b/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php index d981e5375a..474a2b345c 100644 --- a/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php +++ b/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php @@ -1,9 +1,9 @@ webtestVerifyTabularData(array( - 'Name' => $contact['display_name'], - 'Grant Status' => 'Approved', - 'Grant Type' => $grantType, - $grantField => '$ 99.99', - ) + 'Name' => $contact['display_name'], + 'Grant Status' => 'Approved', + 'Grant Type' => $grantType, + $grantField => '$ 99.99', + ) ); } @@ -115,10 +115,11 @@ class WebTest_Grant_CustomFieldsetTest extends CiviSeleniumTestCase { $triggerElement = array('name' => 'grant_type_id', 'type' => 'select'); $customSets = array( array('entity' => 'Grant', 'subEntity' => 'Emergency', 'triggerElement' => $triggerElement), - array('entity' => 'Grant', 'subEntity' => 'Family Support', 'triggerElement' => $triggerElement) + array('entity' => 'Grant', 'subEntity' => 'Family Support', 'triggerElement' => $triggerElement), ); $pageUrl = array('url' => 'grant/add', 'args' => 'reset=1&action=add&context=standalone'); $this->customFieldSetLoadOnTheFlyCheck($customSets, $pageUrl); } + }