Add unit test for subtask time tracking

This commit is contained in:
Frederic Guillot
2015-02-08 13:46:38 -05:00
parent 696cd9535c
commit 813b7c4c00
4 changed files with 185 additions and 6 deletions

View File

@@ -36,6 +36,8 @@ abstract class Base extends PHPUnit_Framework_TestCase
new EventDispatcher,
new Stopwatch
);
$this->container['db']->log_queries = true;
}
public function tearDown()