Skip to content

Commit

Permalink
added local.php to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Nov 24, 2015
1 parent b061f0b commit d66a96a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/codeception/config/acceptance.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
return yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/../../../config/web.php'),
require(__DIR__ . '/../../../config/local.php'),
require(__DIR__ . '/config.php'),
[

Expand Down
1 change: 1 addition & 0 deletions tests/codeception/config/functional.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
return yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/../../../config/web.php'),
require(__DIR__ . '/../../../config/local.php'),
require(__DIR__ . '/config.php'),
[
'components' => [
Expand Down
1 change: 1 addition & 0 deletions tests/codeception/config/unit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
return yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/../../../config/web.php'),
require(__DIR__ . '/../../../config/local.php'),
require(__DIR__ . '/config.php'),
[

Expand Down

0 comments on commit d66a96a

Please sign in to comment.