Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/selenium/PmaSeleniumXssTest.php')
-rw-r--r--test/selenium/PmaSeleniumXssTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/PmaSeleniumXssTest.php b/test/selenium/PmaSeleniumXssTest.php
index a1150dbe6a..e6cad9d1c1 100644
--- a/test/selenium/PmaSeleniumXssTest.php
+++ b/test/selenium/PmaSeleniumXssTest.php
@@ -27,7 +27,7 @@ class PMA_SeleniumXSSTest extends PMA_SeleniumBase
*/
public function testQueryTabWithNullValue()
{
- if ($GLOBALS['PMA_String']->strtolower($this->getBrowser()) == 'safari') {
+ if (/*overload*/mb_strtolower($this->getBrowser()) == 'safari') {
$this->markTestSkipped('Alerts not supported on Safari browser.');
}
$this->login();