From: Matteo Beccati Date: Mon, 4 Apr 2016 21:42:52 +0000 (+0200) Subject: Fixed a few PDO tests to conform to PDO Common standards X-Git-Tag: php-5.6.21RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a87108eca5eb7e95b3f59808fe2234edbd17fa1;p=php Fixed a few PDO tests to conform to PDO Common standards --- 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--