File manager - Edit - /home/autoph/public_html/projects/aha-api/vendor/laravel/framework/src/Illuminate/Support/Facades/ParallelTesting.php
Back
<?php namespace Illuminate\Support\Facades; /** * @method static void resolveOptionsUsing(\Closure|null $resolver) * @method static void resolveTokenUsing(\Closure|null $resolver) * @method static void setUpProcess(callable $callback) * @method static void setUpTestCase(callable $callback) * @method static void setUpTestDatabase(callable $callback) * @method static void tearDownProcess(callable $callback) * @method static void tearDownTestCase(callable $callback) * @method static void callSetUpProcessCallbacks() * @method static void callSetUpTestCaseCallbacks(\Illuminate\Foundation\Testing\TestCase $testCase) * @method static void callSetUpTestDatabaseCallbacks(string $database) * @method static void callTearDownProcessCallbacks() * @method static void callTearDownTestCaseCallbacks(\Illuminate\Foundation\Testing\TestCase $testCase) * @method static mixed option(string $option) * @method static string|false token() * * @see \Illuminate\Testing\ParallelTesting */ class ParallelTesting extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return \Illuminate\Testing\ParallelTesting::class; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings