diff options
Diffstat (limited to 'ext/pdo_sqlite/tests/pdo_017.phpt')
| -rwxr-xr-x | ext/pdo_sqlite/tests/pdo_017.phpt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_017.phpt b/ext/pdo_sqlite/tests/pdo_017.phpt new file mode 100755 index 0000000000..1e0e76ca3a --- /dev/null +++ b/ext/pdo_sqlite/tests/pdo_017.phpt @@ -0,0 +1,22 @@ +--TEST-- +PDO_SQLite: 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=== |
