packages/
tests/phpunit/CiviTest/civicrm.settings.local.php
l10n
-
vendor
+civicrm.settings.php
+sql/dummy_processor.mysql
\ No newline at end of file
{/if}
</td>
</tr>
- <tr id="financial_type_id" class="crm-price-set-form-block-contribution_type_id crm-price-set-form-block-financial_type_id">
+ <tr id="financial_type_id_row" class="crm-price-set-form-block-contribution_type_id crm-price-set-form-block-financial_type_id">
<td class="label">{$form.financial_type_id.label}</td>
<td>{$form.financial_type_id.html}</td>
<td> </td>
}
if ($financialType) {
- $this->select("css=select.form-select", "label={$financialType}");
+ $this->select("financial_type_id", "label={$financialType}");
}
$this->type('help_pre', $setHelp);
//add financial type of account type expense
$financialType = $this->_testAddFinancialType();
-
+
$setTitle = 'Conference Fees - ' . substr(sha1(rand()), 0, 7);
$usedFor = 'Contribution';
$setHelp = 'Select your conference options.';
8 => 'Completed',
);
foreach($expected as $label => $value) {
- $this->verifyText("xpath=//form[@id='ContributionView']/div[2]/table/tbody/tr[$label]/td[2]", preg_quote($value));
+ $this->verifyText("xpath=//form[@id='ContributionView']/div[2]/table/tbody/tr[$label]/td[2]", preg_quote($value), "On line __LINE__");
}
}