Beispiel #1
0
 public function testRemoveLimitToTopicRecordsFindsEventDateRecords()
 {
     $this->testingFramework->createRecord('tx_seminars_seminars', array('object_type' => tx_seminars_Model_Event::TYPE_DATE));
     $this->fixture->limitToTopicRecords();
     $this->fixture->removeLimitToTopicRecords();
     $bag = $this->fixture->build();
     self::assertSame(1, $bag->count());
 }