diff --git a/module/execution/test/execution.class.php b/module/execution/test/execution.class.php index 9fc94d3c5e..93bf55cb7e 100644 --- a/module/execution/test/execution.class.php +++ b/module/execution/test/execution.class.php @@ -9,7 +9,11 @@ class executionTest */ public function __construct() { - global $tester; + global $tester, $app; + + $app->rawModule = 'execution'; + $app->moduleName = 'execution'; + $this->executionModel = $tester->loadModel('execution'); $this->treeModel = $tester->loadModel('tree'); $this->productModel = $tester->loadModel('product');