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