Example #1
0
 /**
  * Test Relationship Category with scope
  *
  * @return void
  */
 public function testRelationshipWithScope()
 {
     $category = new Category();
     $this->assertInstanceOf(HasMany::class, $category->scopes());
 }