Exemplo n.º 1
0
 public function testNotGroupIdScope()
 {
     $this->assertThat(Title::notGroupId(5)->get(), new CollectionNestedPropertyDoesNotHaveValueConstraint(5, 'author', 'group_id'));
 }