Exemplo n.º 1
0
 public function testStatusScope()
 {
     $this->assertThat(Title::status('open')->get(), new CollectionPropertyHasOneValueConstraint('open', 'status'));
 }