Example #1
0
 /**
  * @test
  */
 public function showHiddenRecordsForVisibleEventFindsThisEvent()
 {
     $this->testingFramework->createRecord('tx_seminars_seminars', array('hidden' => 0));
     $this->fixture->showHiddenRecords();
     $bag = $this->fixture->build();
     self::assertSame(1, $bag->count());
 }