class TestAnnotationNotImportedClass

Hierarchy

Expanded class hierarchy of TestAnnotationNotImportedClass

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php, line 386

Namespace

Doctrine\Tests\Common\Annotations
View source
class TestAnnotationNotImportedClass {

  /**
   * @NameFoo
   */
  private $field;

}

Members