* Tests for linking to resource files
*/
class CRM_Core_ErrorTest extends CiviUnitTestCase {
+ //@todo make BAO enotice compliant & remove the line below
+ // WARNING - NEVER COPY & PASTE $_eNoticeCompliant = FALSE
+ // new test classes should be compliant.
+ public $_eNoticeCompliant = FALSE;
function get_info() {
return array(
'name' => 'Errors',
require_once 'CiviTest/CiviUnitTestCase.php';
class CRM_Extension_Container_CollectionTest extends CiviUnitTestCase {
+ //@todo make BAO enotice compliant & remove the line below
+ // WARNING - NEVER COPY & PASTE $_eNoticeCompliant = FALSE
+ // new test classes should be compliant.
+ public $_eNoticeCompliant = FALSE;
function setUp() {
parent::setUp();
}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" ?>
-<!-- $Id: -->
-<dataset>
- <table name="civicrm_financial_type">
- <column>name</column>
- <column>description</column>
- <column>is_deductible</column>
- <column>is_reserved</column>
- <column>is_active</column>
- <row>
- <value>Gift</value> <!-- name -->
- <value>For some worthwhile cause</value> <!-- description -->
- <value>0</value> <!-- is_deductible -->
- <null /> <!-- is_reserved -->
- <value>1</value> <!-- is_active -->
- </row>
- <row>
- <value>Prize</value> <!-- name -->
- <value>Also for some worthwhile cause</value> <!-- description -->
- <value>0</value> <!-- is_deductible -->
- <null /> <!-- is_reserved -->
- <value>1</value> <!-- is_active -->
- </row>
- </table>
-</dataset>