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
path: root/test
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-26 11:44:34 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-26 11:44:34 +0300
commitcb90efe029c83332096bd9cbd103879b3da424fb (patch)
tree0d4ef68c50356d0978a96037aa07819bfb6b9be9 /test
parentc82ea05c9943f98ddbc1f8581afd44909e706f61 (diff)
parent9aa15746bc1b6e987a7a35267393b1d83a1e897d (diff)
Merge branch 'QA_4_4'
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_user_preferences_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libraries/PMA_user_preferences_test.php b/test/libraries/PMA_user_preferences_test.php
index fa0691e720..56c078a9f1 100644
--- a/test/libraries/PMA_user_preferences_test.php
+++ b/test/libraries/PMA_user_preferences_test.php
@@ -415,7 +415,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
$result = PMA_userprefsAutoloadGetHeader();
$this->assertContains(
- '<form action="prefs_manage.php" method="post">',
+ '<form action="prefs_manage.php" method="post" class="disableAjax">',
$result
);