forked from Wavyzz/dolibarr
Migrated ClassName to __construct() function
Changed $DB to $db lower-cased "Class"
This commit is contained in:
@@ -57,7 +57,7 @@ class ModulesTest extends PHPUnit_Framework_TestCase
|
||||
*
|
||||
* @return BuildDocTest
|
||||
*/
|
||||
function ModulesTest()
|
||||
function __construct()
|
||||
{
|
||||
//$this->sharedFixture
|
||||
global $conf,$user,$langs,$db;
|
||||
|
||||
Reference in New Issue
Block a user