protected $_entity = 'dashboard_contact';
protected $_apiversion = 3;
- public $_eNoticeCompliant = TRUE;
-
/**
* Test setup for every test
*
$newCount = CRM_Core_DAO::singleValueQuery("select count(*) from civicrm_dashboard_contact where contact_id = {$contact['id']} AND is_active = 1 AND dashboard_id = {$dashresult['id']}");
$this->assertEquals($oldCount + 1, $newCount);
}
-}
\ No newline at end of file
+}
protected $_entity = 'dashboard';
protected $_apiversion = 3;
- public $_eNoticeCompliant = TRUE;
-
/**
* Test setup for every test
*
$newCount = CRM_Core_DAO::singleValueQuery('select count(*) from civicrm_dashboard');
$this->assertEquals($oldCount, $newCount);
}
-}
\ No newline at end of file
+}