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