fix test configuration

This commit is contained in:
Antonio Ramirez
2016-12-11 13:33:40 +01:00
parent 0b71a3e9b3
commit 4588d77129
20 changed files with 152 additions and 137 deletions

View File

@ -10,6 +10,6 @@ $this->title = $title;
?>
<?= $this->render('/_alert', [
<?= $this->render('_alert', [
'module' => $module,
]);