diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 13:46:38 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 13:46:38 -0500 |
commit | 813b7c4c0036a73c3bb5ef31f98e83cce2630e9e (patch) | |
tree | 2374d6e4f07cda8f56f32b2997f3dc900ebbaa1d /tests/units/Base.php | |
parent | 696cd9535cc622e477dde10eac24b947c351dc87 (diff) |
Add unit test for subtask time tracking
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() |