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

Breadcrumb

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

ImplicitlyIgnoredAnnotationNames::PHPUnit

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php, line 86

Class

ImplicitlyIgnoredAnnotationNames
A list of annotations that are implicitly ignored during the parsing process.

Namespace

Doctrine\Common\Annotations

Code

private const PHPUnit = [
    'author' => true,
    'after' => true,
    'afterClass' => true,
    'backupGlobals' => true,
    'backupStaticAttributes' => true,
    'before' => true,
    'beforeClass' => true,
    'codeCoverageIgnore' => true,
    'codeCoverageIgnoreStart' => true,
    'codeCoverageIgnoreEnd' => true,
    'covers' => true,
    'coversDefaultClass' => true,
    'coversNothing' => true,
    'dataProvider' => true,
    'depends' => true,
    'doesNotPerformAssertions' => true,
    'expectedException' => true,
    'expectedExceptionCode' => true,
    'expectedExceptionMessage' => true,
    'expectedExceptionMessageRegExp' => true,
    'group' => true,
    'large' => true,
    'medium' => true,
    'preserveGlobalState' => true,
    'requires' => true,
    'runTestsInSeparateProcesses' => true,
    'runInSeparateProcess' => true,
    'small' => true,
    'test' => true,
    'testdox' => true,
    'testWith' => true,
    'ticket' => true,
    'uses' => true,
];

API Navigation

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