mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
code syntax
This commit is contained in:
@@ -44,16 +44,19 @@ class TakePosFunctionalTest extends \PHPUnit_Extensions_Selenium2TestCase
|
||||
// TODO: move to a global configuration file?
|
||||
/** @var string Base URL of the webserver under test */
|
||||
protected static $base_url = 'http://dev.zenfusion.fr';
|
||||
|
||||
/**
|
||||
* @var string Dolibarr admin username
|
||||
* @see authenticate
|
||||
*/
|
||||
protected static $dol_admin_user = 'admin';
|
||||
|
||||
/**
|
||||
* @var string Dolibarr admin password
|
||||
* @see authenticate
|
||||
*/
|
||||
protected static $dol_admin_pass = 'admin';
|
||||
|
||||
/** @var int Dolibarr module ID */
|
||||
private static $module_id = 500000; // TODO: autodetect?
|
||||
|
||||
@@ -67,14 +70,14 @@ class TakePosFunctionalTest extends \PHPUnit_Extensions_Selenium2TestCase
|
||||
),
|
||||
// Geckodriver does not keep the session at the moment?!
|
||||
// XPath selectors also don't seem to work
|
||||
//array(
|
||||
// 'browser' => 'Mozilla Firefox on Linux',
|
||||
// 'browserName' => 'firefox',
|
||||
// 'sessionStrategy' => 'shared',
|
||||
// 'desiredCapabilities' => array(
|
||||
// 'marionette' => true
|
||||
// )
|
||||
//)
|
||||
//array(
|
||||
// 'browser' => 'Mozilla Firefox on Linux',
|
||||
// 'browserName' => 'firefox',
|
||||
// 'sessionStrategy' => 'shared',
|
||||
// 'desiredCapabilities' => array(
|
||||
// 'marionette' => true
|
||||
// )
|
||||
//)
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user