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