fix argument call

This commit is contained in:
Manuel Raynaud
2013-08-07 09:57:54 +02:00
parent 2f2e88b9fc
commit 14f12437fc
2 changed files with 6 additions and 1 deletions

View File

@@ -240,4 +240,9 @@ class CartTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($customer->getId(), $getCart->getCustomerId());
}
public function testAddArticle()
{
}
}