Example #1
0
 public function testLimitToEventTakesPlaceReminderNotSentNotFindsEventWithConfirmationInformationSentFlagTrue()
 {
     $this->testingFramework->createRecord('tx_seminars_seminars', array('event_takes_place_reminder_sent' => 1));
     $this->fixture->limitToEventTakesPlaceReminderNotSent();
     $bag = $this->fixture->build();
     self::assertSame(0, $bag->count());
 }