コード例 #1
0
ファイル: TitleModelTest.php プロジェクト: khaliqgant/Deep
 public function testEntryIdFromScope()
 {
     $this->assertThat(Title::entryIdFrom(8)->get(), new CollectionPropertyCompareValueConstraint(8, 'entry_id', '>='));
 }