Exemplo n.º 1
0
 public function testDayScope()
 {
     $this->assertThat(Title::day(8)->get(), new CollectionPropertyHasOneValueConstraint('08', 'day'));
 }