From 16f45efdd0cb7190ad7738ee92af5c4c6c1f04ed Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 30 Sep 2014 20:44:46 +0200 Subject: [PATCH] fix test --- tests/trans001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trans001.phpt b/tests/trans001.phpt index c22f2a9..fc00a38 100644 --- a/tests/trans001.phpt +++ b/tests/trans001.phpt @@ -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"; }); -- 2.30.2