Skip to content

Commit

Permalink
used tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 25, 2017
1 parent 7d3538c commit 4e485b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"config-plugin": {
"params": "src/config/params.php",
"hisite": "src/config/common.php",
"hidev": "src/config/common.php"
"hidev": "src/config/common.php",
"tests": "src/config/common.php"
}
},
"repositories": [
Expand Down
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' => 'yii2-hiart-guzzle-tests',
'basePath' => __DIR__,
], require Builder::path('hidev')));
Yii::$app = new Application(require Builder::path('tests'));

0 comments on commit 4e485b9

Please sign in to comment.