mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Doxygen
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user