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