Preview: WithConsoleEvents.php
Size: 344 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithConsoleEvents.php
<?php
namespace Illuminate\Foundation\Testing;
use Illuminate\Contracts\Console\Kernel as ConsoleKernel;
trait WithConsoleEvents
{
/**
* Register console events.
*
* @return void
*/
protected function setUpWithConsoleEvents()
{
$this->app[ConsoleKernel::class]->rerouteSymfonyCommandEvents();
}
}
Directory Contents
Dirs: 2 × Files: 12