You are here

protected function DataCollectorTranslatorTest::setUp in Plug 7

File

lib/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');
  }
}