예제 #1
0
 /**
  * @test
  */
 public function findByPageUidForTwoNonZeroPageUidsCanReturnRecordFromSecondPage()
 {
     $uid = $this->testingFramework->createRecord('tx_oelib_test', array('pid' => 2));
     self::assertSame($uid, $this->subject->findByPageUid('1,2')->first()->getUid());
 }