From 813b7c4c0036a73c3bb5ef31f98e83cce2630e9e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Feb 2015 13:46:38 -0500 Subject: Add unit test for subtask time tracking --- tests/units/Base.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/units/Base.php') 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() -- cgit v1.2.3