Example #1
0
 public function testNotAuthorIdScope()
 {
     $this->assertThat(Title::notAuthorId(2)->get(), new CollectionPropertyDoesNotHaveValueConstraint(2, 'author_id'));
 }