Closed tom-- closed 7 years ago
Looks like yiisoft reorganized the code so that unit tests are not in the yii2 or yii2-dev composer packages. @cebe is that the case?
tests/unit/bootstrap.php:16 is
Yii::setAlias('@yiiunit', __DIR__ . '/../../vendor/yiisoft/yii2-dev/tests');
How to sort this out?
this could happen if you install with --prefer-dist instead of --prefer-source. This is the second report I get about this. Will revert that change.
@tom-- moved one of @gvasilopulos issue from #17