You are here

protected function LoggingTranslatorTest::setUp in Plug 7

File

lib/Symfony/translation/Tests/LoggingTranslatorTest.php, line 20

Class

LoggingTranslatorTest

Namespace

Symfony\Component\Translation\Tests

Code

protected function setUp() {
  if (!interface_exists('Psr\\Log\\LoggerInterface')) {
    $this
      ->markTestSkipped('The "LoggerInterface" is not available');
  }
}