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