Open basheerOct opened 5 years ago
To solve this use:
$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