diff options
Diffstat (limited to 'ext/pdo_odbc/tests/pdo_017.phpt')
-rwxr-xr-x | ext/pdo_odbc/tests/pdo_017.phpt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/pdo_odbc/tests/pdo_017.phpt b/ext/pdo_odbc/tests/pdo_017.phpt deleted file mode 100755 index 5221c3dfc0..0000000000 --- a/ext/pdo_odbc/tests/pdo_017.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -PDO_ODBC: PDO::beginTransaction / PDO::rollBack ---SKIPIF-- -<?php # vim:ft=php -require_once('skipif.inc'); ?> ---FILE-- -<?php - -require_once('connection.inc'); -require_once('prepare.inc'); - -require_once($PDO_TESTS . 'pdo_017.inc'); - -?> -===DONE=== -<?php exit(0); ?> ---EXPECT-- -Counted 3 rows after insert. -Counted 0 rows after delete. -Counted 3 rows after rollback. -===DONE=== |