2
0
forked from Wavyzz/dolibarr
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

@@ -89,6 +89,9 @@ class UserGroupTest extends PHPUnit_Framework_TestCase
}
/**
* Init phpunit tests
*
* @return void
*/
protected function setUp()
{
@@ -100,7 +103,11 @@ class UserGroupTest extends PHPUnit_Framework_TestCase
print __METHOD__."\n";
}
/**
* End phpunit tests
*
* @return void
*/
protected function tearDown()
{