public function SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock

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::testClassWithInvalidAnnotationTargetAtClassDocBlock

File

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

Class

SimpleAnnotationReaderTest

Namespace

Doctrine\Tests\Common\Annotations

Code

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