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