コード例 #1
0
ファイル: InspectionTest.php プロジェクト: suitmedia/suitcoda
 /**
  * Test Relationship Inspection with Score
  *
  * @return void
  */
 public function testRelationshipWithScore()
 {
     $inspection = new Inspection();
     $this->assertInstanceOf(HasMany::class, $inspection->scores());
 }