Exemplo n.º 1
0
 public function testNotStatusScope()
 {
     $this->assertThat(Title::notStatus('closed')->get(), new CollectionPropertyDoesNotHaveValueConstraint('closed', 'status'));
 }