mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
fix test
This commit is contained in:
parent
f26b00a20f
commit
16f45efdd0
@ -9,7 +9,7 @@ echo "Test\n";
|
||||
include "_setup.inc";
|
||||
|
||||
$c = new pq\Connection(PQ_DSN);
|
||||
$c->exec("DROP TABLE IF EXISTS test");
|
||||
$c->exec("DROP TABLE IF EXISTS test CASCADE");
|
||||
$c->on(pq\Connection::EVENT_NOTICE, function($c, $notice) {
|
||||
echo "Got notice: $notice\n";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user