]);
}
- /**
- * For contacts/activities which don't match the schedule filter,
- * an email should *not* be sent.
- */
- // TODO // function testActivityDateTime_NonMatch() { }
-
/**
* For contacts/members which match schedule based on join/start date,
* an email should be sent.
[
// Before the 2-week mark, no email.
'time' => '2012-05-31 01:00:00',
- // 'time' => '2012-06-01 01:00:00', // FIXME: Is this the right boundary?
'recipients' => [],
],
]);
]);
}
- // TODO // function testMembershipEndDate_NonMatch() { }
- // TODO // function testEventTypeStartDate_Match() { }
- // TODO // function testEventTypeEndDate_Match() { }
- // TODO // function testEventNameStartDate_Match() { }
- // TODO // function testEventNameEndDate_Match() { }
-
/**
* Run a series of cron jobs and make an assertion about email deliveries.
*
/**
* @var array
+ *
* (DAO_Name => array(int)) List of items to garbage-collect during tearDown
*/
private $_testObjects;