This commit is contained in:
Laurent Destailleur
2012-02-15 13:41:05 +01:00
parent 0b7cbb50ac
commit 1810189cda
16 changed files with 247 additions and 48 deletions

View File

@@ -92,6 +92,9 @@ class ProductTest extends PHPUnit_Framework_TestCase
}
/**
* Init phpunit tests
*
* @return void
*/
protected function setUp()
{
@@ -103,7 +106,11 @@ class ProductTest extends PHPUnit_Framework_TestCase
print __METHOD__."\n";
}
/**
* End phpunit tests
*
* @return void
*/
protected function tearDown()
{
@@ -111,6 +118,9 @@ class ProductTest extends PHPUnit_Framework_TestCase
}
/**
* testProductCreate
*
* @return void
*/
public function testProductCreate()
{