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