Skip to content

Commit

Permalink
fixed c-c-p compatibility in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strorch authored and hiqsol committed Apr 28, 2020
1 parent cd272a5 commit 165fb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php';

use hiqdev\composer\config\Builder;
use Yiisoft\Composer\Config\Builder;
use yii\console\Application;

Yii::$app = new Application(require Builder::path('tests'));

0 comments on commit 165fb0a

Please sign in to comment.