コード例 #1
0
ファイル: EventTest.php プロジェクト: Konafets/seminars
 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());
 }