Source
12
12
define('PHPUNIT_URL', '{URL}');
13
13
define('PHPUNIT_LOGIN_NAME', 'Admin');
14
14
define('PHPUNIT_LOGIN_PWD', 'zabbix');
15
15
define('PHPUNIT_BASEDIR', '{BASEDIR}');
16
16
define('PHPUNIT_SCREENSHOT_DIR', '{SCREENSHOT_DIR}');
17
17
define('PHPUNIT_SCREENSHOT_URL', '{SCREENSHOT_URL}');
18
18
define('PHPUNIT_ENABLE_DATA_LIMITS', false);
19
19
define('PHPUNIT_REPORT_WARNINGS', false);
20
20
define('PHPUNIT_REFERENCE_DIR', '{SCREENSHOT_REFERENCES_DIR}');
21
21
define('PHPUNIT_DRIVER_ADDRESS', '{PHPUNIT_DRIVER_ADDRESS}');
22
+
define('PHPUNIT_BROWSER_LOG_DIR', '{PHPUNIT_BROWSER_LOG_DIR}');
22
23
23
24
define('PHPUNIT_BINARY_DIR', '{BINARY_DIR}');
24
25
define('PHPUNIT_CONFIG_SOURCE_DIR', '{CONFIG_SOURCE_DIR}');
25
26
define('PHPUNIT_CONFIG_DIR', '{CONFIG_DIR}');
26
27
define('PHPUNIT_COMPONENT_DIR', '{COMPONENT_DIR}');
27
28
define('PHPUNIT_PORT_PREFIX', '{PORT_PREFIX}');
28
29
29
30
/*
30
31
* Defines directory with write permissions that will be used to store cached data source data.
31
32
* This one is optional (can be omitted) and is used only for cases when multiple test execution