diff --git a/composer.json b/composer.json index e6b2862..d13b6e1 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/src/config/hidev.php b/src/config/hidev.php deleted file mode 100644 index 3df0d54..0000000 --- a/src/config/hidev.php +++ /dev/null @@ -1,11 +0,0 @@ - 'hiart-tests', - 'basePath' => __DIR__, -], require Builder::path('hidev'))); +Yii::$app = new Application(require Builder::path('tests'));