Skip to content

Commit

Permalink
added use of tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 25, 2017
1 parent f81184a commit 3aae6ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@
"config-plugin": {
"params": "src/config/params.php",
"common": "src/config/common.php",
"hisite": "src/config/hisite.php",
"hidev": "src/config/hidev.php"
"hisite": "src/config/common.php",
"hidev": "src/config/common.php",
"tests": "src/config/common.php"
}
},
"repositories": [
Expand Down
11 changes: 0 additions & 11 deletions src/config/hidev.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/config/hisite.php

This file was deleted.

5 changes: 1 addition & 4 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@
use hiqdev\composer\config\Builder;
use yii\console\Application;

Yii::$app = new Application(array_merge([
'id' => 'hiart-tests',
'basePath' => __DIR__,
], require Builder::path('hidev')));
Yii::$app = new Application(require Builder::path('tests'));

0 comments on commit 3aae6ec

Please sign in to comment.