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/classes/Server/PrivilegesTest.php')
-rw-r--r--test/classes/Server/PrivilegesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Server/PrivilegesTest.php b/test/classes/Server/PrivilegesTest.php
index 38f5290715..640c4f69a6 100644
--- a/test/classes/Server/PrivilegesTest.php
+++ b/test/classes/Server/PrivilegesTest.php
@@ -81,7 +81,7 @@ class PrivilegesTest extends TestCase
$GLOBALS['text_dir'] = "text_dir";
$GLOBALS['is_reload_priv'] = true;
- $this->serverPrivileges = new Privileges();
+ $this->serverPrivileges = new Privileges(new Template());
//$_POST
$_POST['pred_password'] = 'none';