X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=tests%2Flib%2Fpq%2FGateway%2FCellTest.php;fp=tests%2Flib%2Fpq%2FGateway%2FCellTest.php;h=9dc96805f0dda5855d63f8e425ab4b0c5f3002c2;hp=d7a8fc624c414a4a1b92bf44bbc4fd5862459fd4;hb=580991717f5e8bb237403757e2111a8d04aca616;hpb=0e2eb1f13ef60ce9a8709354136c42f7d87b2345 diff --git a/tests/lib/pq/Gateway/CellTest.php b/tests/lib/pq/Gateway/CellTest.php index d7a8fc6..9dc9680 100644 --- a/tests/lib/pq/Gateway/CellTest.php +++ b/tests/lib/pq/Gateway/CellTest.php @@ -23,6 +23,7 @@ class CellTest 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() {