Implemented product

This commit is contained in:
Kevin Frantz
2018-07-14 11:29:40 +02:00
parent a1c5fba3b1
commit 9785ebf5a2
2 changed files with 39 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ class ProductTest extends TestCase
}
public function testName():void{
$this->assertEquals(self::NAME, $this->product->getColor());
$this->assertEquals(self::NAME, $this->product->getName());
}
}