class Bar

Hierarchy

Expanded class hierarchy of Bar

27 string references to 'Bar'
AutoExpireFlashBagTest::testAll in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php
AutoExpireFlashBagTest::testPeekAll in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php
BookTest::testBookNodeTypeChange in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
ClassLoaderTest::testGetPrefixes in drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
ClassMetadataTest::testGroupSequencesFailIfNotContainingDefaultGroup in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php

... See full list

File

drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_ignore.php, line 18

View source
class Bar {

  /**
   * @codeCoverageIgnore
   */
  public function foo() {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Bar::foo public function @codeCoverageIgnore