public function SimpleAnnotationReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock

Contrary to the behavior of the default annotation reader, we do just ignore these in the simple annotation reader (so, no expected exception here).

Overrides AbstractReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php, line 49

Class

SimpleAnnotationReaderTest

Namespace

Doctrine\Tests\Common\Annotations

Code

public function testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock() {
  parent::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock();
}