From fe265b4e47246d8dfdfd05e8f8b7cceeb48a8d13 Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 22 Jun 2013 20:25:27 +1200 Subject: [PATCH] mark ActionScheduleTest as non-compliant --- tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php b/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php index cdf7cc2aed..4762755d1a 100644 --- a/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php +++ b/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php @@ -32,7 +32,7 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase { * @var object see CiviTest/CiviMailUtils */ var $mut; - + public $_eNoticeCompliant = FALSE; function get_info() { return array( 'name' => 'Action-Schedule BAO', @@ -72,7 +72,7 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase { 'end_date' => '20100610', 'is_override' => 'NULL', ); - + $this->fixtures['phonecall'] = array( // createTestObject 'status_id' => 1, 'activity_type_id' => 2, @@ -373,7 +373,7 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase { 'version' => 3, )); $this->assertAPISuccess($result); - + // Add an alternative membership type, and only send messages for that type $extraMembershipType = $this->createTestObject('CRM_Member_DAO_MembershipType', array()); $this->assertTrue(is_numeric($extraMembershipType->id)); -- 2.25.1