protected function AnnotationLoaderTest::setUp

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php, line 26

Class

AnnotationLoaderTest

Namespace

Symfony\Component\Validator\Tests\Mapping\Loader

Code

protected function setUp() {
  if (!class_exists('Doctrine\\Common\\Annotations\\AnnotationReader')) {
    $this
      ->markTestSkipped('The "Doctrine Common" library is not available');
  }
}