mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Migrated ClassName to __construct() function
Changed $DB to $db lower-cased "Class"
This commit is contained in:
@@ -59,7 +59,7 @@ class CommonObjectTest extends PHPUnit_Framework_TestCase
|
||||
*
|
||||
* @return CommonObjectTest
|
||||
*/
|
||||
function CommonObjectTest()
|
||||
function __construct()
|
||||
{
|
||||
//$this->sharedFixture
|
||||
global $conf,$user,$langs,$db;
|
||||
|
||||
Reference in New Issue
Block a user