Skip to content

Commit

Permalink
Dev: Add unit-test for updatedb_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 26, 2017
1 parent 142aa82 commit 2c1eed2
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function importAll()
\Yii::import('application.helpers.expressions.em_manager_helper', true);
\Yii::import('application.helpers.expressions.em_manager_helper', true);
\Yii::import('application.helpers.qanda_helper', true);
\Yii::import('application.helpers.update.updatedb_helper', true);
\Yii::import('application.helpers.update.update_helper', true);
\Yii::app()->loadHelper('admin/activate');
}

Expand Down
Loading

0 comments on commit 2c1eed2

Please sign in to comment.