Example #1
0
 public function testFixedOrderScope()
 {
     $entryIds = Title::fixedOrder(7, 8, 9)->get()->fetch('entry_id')->all();
     $this->assertEquals([7, 8, 9], $entryIds);
 }