add identity and lock
[m6w6/pq-gateway] / tests / lib / pq / Gateway / CellTest.php
index d7a8fc624c414a4a1b92bf44bbc4fd5862459fd4..9dc96805f0dda5855d63f8e425ab4b0c5f3002c2 100644 (file)
@@ -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() {