protected function LoggingTranslatorTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Tests/LoggingTranslatorTest.php \Symfony\Component\Translation\Tests\LoggingTranslatorTest::setUp()
File
- vendor/
symfony/ translation/ Tests/ LoggingTranslatorTest.php, line 20
Class
Namespace
Symfony\Component\Translation\TestsCode
protected function setUp() {
if (!interface_exists('Psr\\Log\\LoggerInterface')) {
$this
->markTestSkipped('The "LoggerInterface" is not available');
}
}