1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
ext-pq/tests/crash_cur_reverse_dep.phpt

21 lines
257 B
Plaintext
Raw Normal View History

2014-12-05 12:17:37 +01:00
--TEST--
crash txn reverse dependency from connection
--SKIPIF--
<?php
include "_skipif.inc";
?>
--FILE--
<?php
echo "Test\n";
include "_setup.inc";
$c = new pq\Connection(PQ_DSN);
$c->t = $c->startTransaction();
?>
===DONE===
--EXPECT--
Test
===DONE===