X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Flib%2Fpq%2FGateway%2FTableTest.php;fp=tests%2Flib%2Fpq%2FGateway%2FTableTest.php;h=e1b66870c706fe1e9f7518e1bef1ed8722c2435e;hb=580991717f5e8bb237403757e2111a8d04aca616;hp=a5fb56f6acb39cb3485b1d03b1ac14c53d4e284b;hpb=0e2eb1f13ef60ce9a8709354136c42f7d87b2345;p=m6w6%2Fpq-gateway diff --git a/tests/lib/pq/Gateway/TableTest.php b/tests/lib/pq/Gateway/TableTest.php index a5fb56f..e1b6687 100644 --- a/tests/lib/pq/Gateway/TableTest.php +++ b/tests/lib/pq/Gateway/TableTest.php @@ -23,6 +23,7 @@ class TableTest extends \PHPUnit_Framework_TestCase { $this->conn->exec(PQ_TEST_DATA); Table::$defaultConnection = $this->conn; $this->table = new Table("test"); + $this->table->getQueryExecutor()->attach(new \QueryLogger()); } protected function tearDown() {