Beispiel #1
0
 public function testLimitToCancelationDeadlineReminderNotSentNotFindsEventWithCancelationReminderSentFlagTrue()
 {
     $this->testingFramework->createRecord('tx_seminars_seminars', array('cancelation_deadline_reminder_sent' => 1));
     $this->fixture->limitToCancelationDeadlineReminderNotSent();
     $bag = $this->fixture->build();
     self::assertSame(0, $bag->count());
 }