protected function LoggingTranslatorTest::setUp in Plug 7
File
- lib/
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');
}
}