hiqdev\assetpackagist\console\QueueController::actionTestErrorHandler PHP Method

actionTestErrorHandler() public method

Test action to ensure that ErrorHandler flushes stack immediately
    public function actionTestErrorHandler()
    {
        Yii::info(Console::renderColoredString('Lorem ipsum for time %y' . time() . '%n ' . "\n"), \hiqdev\assetpackagist\commands\CollectDependenciesCommand::class);
        sleep(1);
    }