[7.x] Add new ApplicationNotAvailableException::validate()
method
#4418
Annotations
10 errors and 3 warnings
PHP:8.2 Code Analysis:
src/Concerns/HandlesDatabases.php (in context of class Orchestra/Testbench/TestCase)#L26
Offset 'events' might not exist on Illuminate\Foundation\Application|null.
|
PHP:8.2 Code Analysis:
src/Concerns/HandlesDatabases.php (in context of class Orchestra/Testbench/TestCase)#L36
Parameter #1 $app of method Orchestra\Testbench\TestCase::parseTestMethodAttributes() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/HandlesDatabases.php (in context of class Orchestra/Testbench/TestCase)#L45
Parameter #1 $app of method Orchestra\Testbench\TestCase::parseTestMethodAnnotations() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/HandlesDatabases.php (in context of class Orchestra/Testbench/TestCase)#L46
Parameter #1 $app of method Orchestra\Testbench\TestCase::parseTestMethodAttributes() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/HandlesDatabases.php (in context of class Orchestra/Testbench/TestCase)#L67
Cannot call method make() on Illuminate\Foundation\Application|null.
|
PHP:8.2 Code Analysis:
src/Concerns/InteractsWithMigrations.php (in context of class Orchestra/Testbench/TestCase)#L74
Parameter #1 $app of function Orchestra\Testbench\load_migration_paths expects Illuminate\Contracts\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/InteractsWithMigrations.php (in context of class Orchestra/Testbench/TestCase)#L100
Parameter #1 $app of method Orchestra\Testbench\TestCase::resetApplicationArtisanCommands() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/InteractsWithMigrations.php (in context of class Orchestra/Testbench/TestCase)#L156
Parameter #1 $app of method Orchestra\Testbench\TestCase::resetApplicationArtisanCommands() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/InteractsWithMigrations.php (in context of class Orchestra/Testbench/TestCase)#L187
Parameter #1 $app of method Orchestra\Testbench\TestCase::resetApplicationArtisanCommands() expects Illuminate\Foundation\Application, Illuminate\Foundation\Application|null given.
|
PHP:8.2 Code Analysis:
src/Concerns/InteractsWithTestCase.php (in context of class Orchestra/Testbench/Foundation/Application)#L127
Access to an undefined property Orchestra\Testbench\Foundation\Application::$app.
|
PHP:8.2 Code Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP:8.0 Code Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP:8.3 Code Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|