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