Beispiel #1
0
 public function testRemoveLimitToDateAndSingleRecordsFindsTopicRecords()
 {
     $this->testingFramework->createRecord('tx_seminars_seminars', array('object_type' => tx_seminars_Model_Event::TYPE_TOPIC));
     $this->fixture->limitToDateAndSingleRecords();
     $this->fixture->removeLimitToDateAndSingleRecords();
     $bag = $this->fixture->build();
     self::assertSame(1, $bag->count());
 }