Example #1
0
 public function testMonthScope()
 {
     $this->assertThat(Title::month(5)->get(), new CollectionPropertyHasOneValueConstraint('05', 'month'));
 }