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