protected function LoggerChannelFactoryTest::setUp in Service Container 7.2
Same name and namespace in other branches
- 7 tests/src/Logger/LoggerChannelFactoryTest.php \Drupal\Tests\service_container\Logger\LoggerChannelFactoryTest::setUp()
File
- tests/
src/ Logger/ LoggerChannelFactoryTest.php, line 27 - Contains \Drupal\Tests\service_container\Logger\LoggerChannelFactoryTest.
Class
- LoggerChannelFactoryTest
- @coversDefaultClass \Drupal\service_container\Logger\LoggerChannelFactory
Namespace
Drupal\Tests\service_container\LoggerCode
protected function setUp() {
parent::setUp();
$this->loggerChannelFactory = new LoggerChannelFactory();
}