You are here

protected function LoggingTranslatorTest::setUp in Zircon Profile 8

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

File

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