Alexander Makarov
Alexander Makarov
http://www.yiiframework.com/forum/index.php/topic/71516-how-to-mock-activerecord/
https://github.com/yiisoft/yii2/pull/9833
``` php if (class_exists('\yii\debug\Module')) { $this->off(\yii\web\View::EVENT_END_BODY, [\yii\debug\Module::getInstance(), 'renderToolbar']); } ```
https://github.com/yiisoft/yii2/issues/7676
http://www.yiiframework.com/forum/index.php/topic/59373-ar-avoid-multiple-instances-for-single-db-record/