mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-10 03:47:13 +02:00
Implemented product
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user