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