コード例 #1
0
ファイル: TitleModelTest.php プロジェクト: khaliqgant/Deep
 public function testFixedOrderScope()
 {
     $entryIds = Title::fixedOrder(7, 8, 9)->get()->fetch('entry_id')->all();
     $this->assertEquals([7, 8, 9], $entryIds);
 }