mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-16 06:46:02 +02:00
Solved add bug
This commit is contained in:
@@ -56,7 +56,7 @@ class OrderTest extends TestCase
|
||||
}
|
||||
|
||||
public function testAdd():void{
|
||||
$this->assertEquals($this->product, $this->order->getProducts()->get($this->product->getId()));
|
||||
$this->assertEquals(true, $this->order->getProducts()->contains($this->product));
|
||||
}
|
||||
|
||||
public function testRemove():void{
|
||||
|
Reference in New Issue
Block a user