[ticket/416] Ignore migrations folder in coverage report

B3P-416
This commit is contained in:
Marc Alexander
2014-11-30 15:30:45 +01:00
parent a2dd8671b6
commit cfa063cfc9
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ class portal_module
/** @var \board3\portal\portal\modules\manager */
protected $modules_manager;
/** @var \board3\portal\portal\modules\constraints_handler */
protected $modules_constraints;
public function __construct()
{
global $db, $user, $cache, $request, $template, $table_prefix;