You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$kernel->loadFile(YII_APP_BASE_PATH . '/vendor/yiisoft/yii2/Yii.php'); // <- this is exist line
$kernel->loadFile(YII_APP_BASE_PATH . '/vendor/yiisoft/yii2/base/ErrorException.php'); // <-- Required to add
$kernel->loadFile(YII_APP_BASE_PATH . '/vendor/yiisoft/yii2/base/UnknownClassException.php'); // <-- Required to add
While using
AspectMock
for unit testing, theautoload
method inBaseYii.php
can not find the following class:However tests are passing successfully.
Test snapshot
The text was updated successfully, but these errors were encountered: