protected function DataCollectorTranslatorTest::setUp in Plug 7
File
- lib/
Symfony/ translation/ Tests/ DataCollectorTranslatorTest.php, line 20
Class
Namespace
Symfony\Component\Translation\TestsCode
protected function setUp() {
if (!class_exists('Symfony\\Component\\HttpKernel\\DataCollector\\DataCollector')) {
$this
->markTestSkipped('The "DataCollector" is not available');
}
}