Exemplo n.º 1
0
 public function testCategoryScopeMultiple()
 {
     $this->assertThat(Title::category(1, 2)->get(), new CollectionNestedCollectionPropertyHasOneValueConstraint([1, 2], 'categories', 'cat_id'));
 }