Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Test.php

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

... See full list

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

... See full list

File

vendor/phpunit/phpunit/src/Framework/Test.php, line 17

Namespace

PHPUnit\Framework
View source
interface Test extends Countable {
    public function run() : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Test::run public function 3

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal