summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug69899.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug69899.phpt')
-rw-r--r--ext/mysqli/tests/bug69899.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug69899.phpt b/ext/mysqli/tests/bug69899.phpt
index da69e3c629..13c0c95381 100644
--- a/ext/mysqli/tests/bug69899.phpt
+++ b/ext/mysqli/tests/bug69899.phpt
@@ -12,7 +12,7 @@ require_once __DIR__ . '/skipif.inc';
require_once __DIR__ . '/skipifconnectfailure.inc';
require_once __DIR__ . '/connect.inc';
if (!$IS_MYSQLND) {
- die('skip mysqlnd only');
+ die('skip mysqlnd only');
}
?>
--FILE--