You are here

protected function DataCollectorTranslatorTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php \Symfony\Component\Translation\Tests\DataCollectorTranslatorTest::setUp()

File

vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php, line 20

Class

DataCollectorTranslatorTest

Namespace

Symfony\Component\Translation\Tests

Code

protected function setUp() {
  if (!class_exists('Symfony\\Component\\HttpKernel\\DataCollector\\DataCollector')) {
    $this
      ->markTestSkipped('The "DataCollector" is not available');
  }
}