diff options
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index 311d3cdf..bce65f2d 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -36,6 +36,8 @@ abstract class Base extends PHPUnit_Framework_TestCase new EventDispatcher, new Stopwatch ); + + $this->container['db']->log_queries = true; } public function tearDown() |