You are here

protected function LoggerChannelFactoryTest::setUp in Service Container 7.2

Same name and namespace in other branches
  1. 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\Logger

Code

protected function setUp() {
  parent::setUp();
  $this->loggerChannelFactory = new LoggerChannelFactory();
}