public function SimpleAnnotationReaderTest::testImportDetectsNotImportedAnnotation

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

File

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

Class

SimpleAnnotationReaderTest

Namespace

Doctrine\Tests\Common\Annotations

Code

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