%PDF- %PDF-
Direktori : /www/loslex/demo/vendor/laravel/framework/src/Illuminate/Foundation/Testing/ |
Current File : //www/loslex/demo/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(); } }