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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-17 01:19:57 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-17 01:19:57 +0300
commitdc0fb13f81d77b2d2ba805f9dee0df8e9f5f54e4 (patch)
treeb6b4e3846a5197025ffb68d3fdfe921d9eebcf0f /test
parentee80864f2602aab88f843d11aa55898cfa70a01c (diff)
Update mysql extension setting documentation
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/classes/Config/ServerConfigChecksTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/classes/Config/ServerConfigChecksTest.php b/test/classes/Config/ServerConfigChecksTest.php
index 2755f463e9..e84c9fe343 100644
--- a/test/classes/Config/ServerConfigChecksTest.php
+++ b/test/classes/Config/ServerConfigChecksTest.php
@@ -46,7 +46,6 @@ class ServeConfigChecksTest extends PmaTestCase
'1' => array(
'host' => 'localhost',
'ssl' => false,
- 'extension' => 'mysql',
'auth_type' => 'config',
'user' => 'username',
'password' => 'password',
@@ -105,7 +104,6 @@ class ServeConfigChecksTest extends PmaTestCase
'1' => array(
'host' => 'localhost',
'ssl' => true,
- 'extension' => 'mysqli',
'auth_type' => 'cookie',
'AllowRoot' => false
)