@@ -80,6 +80,8 @@ class SocieteTest extends PHPUnit_Framework_TestCase
if($conf->global->SOCIETE_CODECLIENT_ADDON!='mod_codeclient_monkey'){print__METHOD__." third party ref checker must be setup to 'mod_codeclient_monkey' not to '".$conf->global->SOCIETE_CODECLIENT_ADDON."'.\n";die();}
if(!empty($conf->global->MAIN_DISABLEPROFIDRULES)){print__METHOD__." constant MAIN_DISABLEPROFIDRULE must be empty (if a module set it, disable module).\n";die();}
$db->begin();// This is to have all actions inside a transaction even if test launched without suite.
print__METHOD__."\n";
...
...
@@ -327,10 +329,6 @@ class SocieteTest extends PHPUnit_Framework_TestCase