summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2016-04-04 23:42:52 +0200
committerMatteo Beccati <mbeccati@php.net>2016-04-04 23:43:17 +0200
commit9a87108eca5eb7e95b3f59808fe2234edbd17fa1 (patch)
treeeccdfcb1081787faaf30798f9a57e0ad08fc8e0c
parentcd038cc5eb7103b5ad48cebda7f9a7944f1f48ed (diff)
downloadphp-git-9a87108eca5eb7e95b3f59808fe2234edbd17fa1.tar.gz
Fixed a few PDO tests to conform to PDO Common standards
-rw-r--r--ext/pdo/tests/bug_44159.phpt2
-rw-r--r--ext/pdo/tests/bug_47769.phpt (renamed from ext/pdo/tests/bug47769.phpt)2
-rw-r--r--ext/pdo/tests/bug_61292.phpt (renamed from ext/pdo/tests/bug61292.phpt)2
-rw-r--r--ext/pdo/tests/bug_65946.phpt (renamed from ext/pdo/tests/bug65946.phpt)2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo/tests/bug_44159.phpt b/ext/pdo/tests/bug_44159.phpt
index 9f1961c267..4382fbddda 100644
--- a/ext/pdo/tests/bug_44159.phpt
+++ b/ext/pdo/tests/bug_44159.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))
+PDO Common: Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded('pdo')) die('skip PDO not available');
diff --git a/ext/pdo/tests/bug47769.phpt b/ext/pdo/tests/bug_47769.phpt
index 3b2f1e89fc..482f060753 100644
--- a/ext/pdo/tests/bug47769.phpt
+++ b/ext/pdo/tests/bug_47769.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #47769 (Strange extends PDO)
+PDO Common: Bug #47769 (Strange extends PDO)
--SKIPIF--
<?php
if (!extension_loaded("pdo_sqlite"))
diff --git a/ext/pdo/tests/bug61292.phpt b/ext/pdo/tests/bug_61292.phpt
index 05b2e9c011..0e41be3859 100644
--- a/ext/pdo/tests/bug61292.phpt
+++ b/ext/pdo/tests/bug_61292.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #61292 (Segfault while calling a method on an overloaded PDO object)
+PDO Common: Bug #61292 (Segfault while calling a method on an overloaded PDO object)
--SKIPIF--
<?php
if (!extension_loaded('pdo')) die('skip');
diff --git a/ext/pdo/tests/bug65946.phpt b/ext/pdo/tests/bug_65946.phpt
index 1c4bd8d6c4..d5382189e0 100644
--- a/ext/pdo/tests/bug65946.phpt
+++ b/ext/pdo/tests/bug_65946.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #65946 (pdo_sql_parser.c permanently converts values bound to strings)
+PDO Common: Bug #65946 (pdo_sql_parser.c permanently converts values bound to strings)
--SKIPIF--
<?php
if (!extension_loaded('pdo')) die('skip');