protected function AbstractAnnotationLoaderTest::setUp

3 calls to AbstractAnnotationLoaderTest::setUp()
AnnotationClassLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
AnnotationDirectoryLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
AnnotationFileLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php
3 methods override AbstractAnnotationLoaderTest::setUp()
AnnotationClassLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
AnnotationDirectoryLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
AnnotationFileLoaderTest::setUp in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php, line 16

Class

AbstractAnnotationLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

protected function setUp() {
  if (!class_exists('Doctrine\\Common\\Version')) {
    $this
      ->markTestSkipped('Doctrine is not available.');
  }
}