예제 #1
0
 /**
  * @test
  */
 public function findAllForGivenSortParameterFindsMultipleEntries()
 {
     $this->testingFramework->createRecord('tx_oelib_test');
     $this->testingFramework->createRecord('tx_oelib_test');
     self::assertSame(2, $this->subject->findAll('title ASC')->count());
 }