forked from Wavyzz/dolibarr
Update phpunit tests
This commit is contained in:
@@ -109,7 +109,7 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
|
||||
if (! $conf->projet->enabled) { print __METHOD__." project module not enabled\n"; die(); }
|
||||
if (! $conf->expedition->enabled) { print __METHOD__." shipment module not enabled\n"; die(); }
|
||||
if (! $conf->ficheinter->enabled) { print __METHOD__." intervention module not enabled\n"; die(); }
|
||||
if (! $conf->deplacement->enabled) { print __METHOD__." trip module not enabled\n"; die(); }
|
||||
if (! $conf->expensereport->enabled) { print __METHOD__." expensereport module not enabled\n"; die(); }
|
||||
|
||||
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user