2
0
forked from Wavyzz/dolibarr

Fix warnings

This commit is contained in:
Laurent Destailleur
2023-11-27 12:13:50 +01:00
parent abba23fc5e
commit 4c844dfd12
3 changed files with 5 additions and 5 deletions

View File

@@ -48,12 +48,12 @@ class MyModuleFunctionalTest extends \PHPUnit_Extensions_Selenium2TestCase
protected static $base_url = 'http://dev.zenfusion.fr';
/**
* @var string Dolibarr admin username
* @see authenticate
* @see authenticate()
*/
protected static $dol_admin_user = 'admin';
/**
* @var string Dolibarr admin password
* @see authenticate
* @see authenticate()
*/
protected static $dol_admin_pass = 'admin';
/** @var int Dolibarr module ID */