Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/vendor/laravel/framework/src/Illuminate/Testing/ParallelRunner.php
Назад
<?php namespace Illuminate\Testing; use Illuminate\Testing\Concerns\RunsInParallel; if (interface_exists(\ParaTest\RunnerInterface::class)) { class ParallelRunner implements \ParaTest\RunnerInterface { use RunsInParallel; /** * Runs the test suite. * * @return int */ public function run(): int { return $this->execute(); } } } else { class ParallelRunner implements \ParaTest\Runners\PHPUnit\RunnerInterface { use RunsInParallel; /** * Runs the test suite. * * @return void */ public function run(): void { $this->execute(); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка