summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mysqli/tests/bug30967.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt
index 67c1fc22d1..0a82d0d43c 100644
--- a/ext/mysqli/tests/bug30967.phpt
+++ b/ext/mysqli/tests/bug30967.phpt
@@ -12,7 +12,7 @@ Bug #30967 testcase (properties)
class mysql2 extends mysql1 {
}
- $mysql = new mysql2($host, "root", "", "test");
+ $mysql = new mysql2($host, $user, $passwd, "test");
$mysql->query("THIS DOES NOT WORK");
printf("%d\n", $mysql->errno);