diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
commit | 1f6554512136708a3500f740df8593d368afccd8 (patch) | |
tree | fe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/pdo_pgsql | |
parent | b64823deb74d9a46728f90748dd5821915452302 (diff) | |
download | php-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz |
fix test names
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r-- | ext/pdo_pgsql/tests/bug_33876.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/tests/bug_33876.phpt b/ext/pdo_pgsql/tests/bug_33876.phpt index fc9d20f696..0ec04e8bd9 100644 --- a/ext/pdo_pgsql/tests/bug_33876.phpt +++ b/ext/pdo_pgsql/tests/bug_33876.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO PgSQL Bug #33876 +PDO PgSQL Bug #33876 (PDO misquotes/miscasts bool(false)) --SKIPIF-- <?php if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded'); |