Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExecutionOrderDependency.php
function ExecutionOrderDependency::invalid
1 call to
ExecutionOrderDependency::invalid()
Dependencies::dependencies
in vendor/
phpunit/
phpunit/
src/
Metadata/
Api/
Dependencies.php
@psalm-param class-string $className @psalm-param non-empty-string $methodName
File
vendor/
phpunit/
phpunit/
src/
Framework/
ExecutionOrderDependency.php
, line 34
Class
ExecutionOrderDependency
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Framework
Code
public static
function
invalid
() : self {
return
new
self
(
''
,
''
,
false
,
false
); }
RSS feed