public function SimpleAnnotationReaderTest::testInvalidAnnotationUsageButIgnoredClass

@expectedException Doctrine\Common\Annotations\AnnotationException

Overrides AbstractReaderTest::testInvalidAnnotationUsageButIgnoredClass

File

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

Class

SimpleAnnotationReaderTest

Namespace

Doctrine\Tests\Common\Annotations

Code

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