コード例 #1
0
ファイル: TitleModelTest.php プロジェクト: khaliqgant/Deep
 public function testNotAuthorIdScope()
 {
     $this->assertThat(Title::notAuthorId(2)->get(), new CollectionPropertyDoesNotHaveValueConstraint(2, 'author_id'));
 }