mirror of
				https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
				synced 2025-11-03 18:47:57 +00: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