summaryrefslogtreecommitdiff
path: root/tests/units/Base.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-08 13:46:38 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-08 13:46:38 -0500
commit813b7c4c0036a73c3bb5ef31f98e83cce2630e9e (patch)
tree2374d6e4f07cda8f56f32b2997f3dc900ebbaa1d /tests/units/Base.php
parent696cd9535cc622e477dde10eac24b947c351dc87 (diff)
Add unit test for subtask time tracking
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r--tests/units/Base.php2
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()