summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/bug_37445.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/tests/bug_37445.phpt')
-rw-r--r--ext/pdo_mysql/tests/bug_37445.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/bug_37445.phpt b/ext/pdo_mysql/tests/bug_37445.phpt
index c9400717b4..6a51233cc4 100644
--- a/ext/pdo_mysql/tests/bug_37445.phpt
+++ b/ext/pdo_mysql/tests/bug_37445.phpt
@@ -1,5 +1,5 @@
--TEST--
-PDO MySQL Bug #37445 (Premature stmt object destruction)
+PDO MySQL Bug #37445 (Premature stmt object destruction)
--SKIPIF--
<?php
if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');