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