Need to use define here

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-02-17 14:04:49 +01:00
parent bde484de57
commit 474802b947

View File

@ -49,6 +49,8 @@ function selenium_browsers() {
}
}
define('SELENIUM_BROWSERS', selenium_browsers());
/**
* Base class for Selenium tests.
@ -64,7 +66,7 @@ class PmaSeleniumBase extends PHPUnit_Extensions_Selenium2TestCase
* @access public
* @var browsers
*/
public static $browsers = selenium_browsers();
private static $browsers = SELENIUM_BROWSERS;
/**
* base URL for tests