コード例 #1
0
ファイル: ValueTest.php プロジェクト: sohailaammarocs/lfc
 /** @test */
 public function it_can_retrieve_the_attribute_relation()
 {
     $value = new Value();
     $this->assertEquals('attribute', $value->getAttributeRelation());
 }