From 9a87108eca5eb7e95b3f59808fe2234edbd17fa1 Mon Sep 17 00:00:00 2001 From: Matteo Beccati <mbeccati@php.net> Date: Mon, 4 Apr 2016 23:42:52 +0200 Subject: [PATCH] Fixed a few PDO tests to conform to PDO Common standards --- ext/pdo/tests/bug_44159.phpt | 2 +- ext/pdo/tests/{bug47769.phpt => bug_47769.phpt} | 2 +- ext/pdo/tests/{bug61292.phpt => bug_61292.phpt} | 2 +- ext/pdo/tests/{bug65946.phpt => bug_65946.phpt} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename ext/pdo/tests/{bug47769.phpt => bug_47769.phpt} (93%) rename ext/pdo/tests/{bug61292.phpt => bug_61292.phpt} (91%) rename ext/pdo/tests/{bug65946.phpt => bug_65946.phpt} (91%) 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 similarity index 93% rename from ext/pdo/tests/bug47769.phpt rename to 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 similarity index 91% rename from ext/pdo/tests/bug61292.phpt rename to 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 similarity index 91% rename from ext/pdo/tests/bug65946.phpt rename to 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'); -- 2.40.0