interface Test
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Framework\Test extends \Countable
Expanded class hierarchy of Test
All classes that implement Test
7 files declare their use of Test
- AbstractPhpProcess.php in vendor/
phpunit/ phpunit/ src/ Util/ PHP/ AbstractPhpProcess.php - DrupalAutoloader.php in vendor/
mglaman/ phpstan-drupal/ src/ Drupal/ DrupalAutoloader.php - GroupFilterIterator.php in vendor/
phpunit/ phpunit/ src/ Runner/ Filter/ GroupFilterIterator.php - NameFilterIterator.php in vendor/
phpunit/ phpunit/ src/ Runner/ Filter/ NameFilterIterator.php - PhptTestCase.php in vendor/
phpunit/ phpunit/ src/ Runner/ PhptTestCase.php
14 string references to 'Test'
- AddAnnotatedClassesToCachePass::matchAnyRegexps in vendor/
symfony/ http-kernel/ DependencyInjection/ AddAnnotatedClassesToCachePass.php - AnnotationParser::forMethod in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AnnotationParser.php - @psalm-param class-string $className @psalm-param non-empty-string $methodName
- GuardTokenParser::parse in vendor/
twig/ twig/ src/ TokenParser/ GuardTokenParser.php - Parses a token and returns a node.
- NamePrettifier::prettifyTestClassName in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ NamePrettifier.php - @psalm-param class-string $className
- NamePrettifier::prettifyTestMethodName in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ NamePrettifier.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Test.php, line 17
Namespace
PHPUnit\FrameworkView source
interface Test extends Countable {
public function run() : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Test::run | public | function | 3 |