Файловый менеджер - Редактировать - /home/clickysoft/public_html/jm5-api.clickysoft.net/vendor/laravel/dusk/src/Console/DuskFailsCommand.php
Назад
<?php namespace Laravel\Dusk\Console; class DuskFailsCommand extends DuskCommand { /** * The name and signature of the console command. * * @var string */ protected $signature = 'dusk:fails {--browse : Open a browser instead of using headless mode} {--without-tty : Disable output to TTY} {--pest : Run the tests using Pest}'; /** * The console command description. * * @var string */ protected $description = 'Run the failing Dusk tests from the last run and stop on failure'; /** * Get the array of arguments for running PHPUnit. * * @param array $options * @return array */ protected function phpunitArguments($options) { return array_unique(array_merge(parent::phpunitArguments($options), [ '--cache-result', '--order-by=defects', '--stop-on-failure', ])); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка