diff --git a/ext/pdo_pgsql/tests/transations_deprecations.phpt b/ext/pdo_pgsql/tests/transations_deprecations.phpt deleted file mode 100644 index 7aa51b47f7698..0000000000000 --- a/ext/pdo_pgsql/tests/transations_deprecations.phpt +++ /dev/null @@ -1,33 +0,0 @@ ---TEST-- -Test PDO::PGSQL_TRANSACTION* constants. ---EXTENSIONS-- -pdo ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Deprecated: Constant PDO::PGSQL_TRANSACTION_IDLE is deprecated since 8.5 in %s on line %d -int(0) - -Deprecated: Constant PDO::PGSQL_TRANSACTION_ACTIVE is deprecated since 8.5 in %s on line %d -int(1) - -Deprecated: Constant PDO::PGSQL_TRANSACTION_INTRANS is deprecated since 8.5 in %s on line %d -int(2) - -Deprecated: Constant PDO::PGSQL_TRANSACTION_INERROR is deprecated since 8.5 in %s on line %d -int(3) - -Deprecated: Constant PDO::PGSQL_TRANSACTION_UNKNOWN is deprecated since 8.5 in %s on line %d -int(4)