You are here

protected function LoggerIntegrationTest::setUp in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/service_container/Tests/LoggerIntegrationTest.php \Drupal\service_container\Tests\LoggerIntegrationTest::setUp()

Overrides ServiceContainerIntegrationTestBase::setUp

File

lib/Drupal/service_container/Tests/LoggerIntegrationTest.php, line 28
Contains \Drupal\service_container\Tests\LoggerIntegrationTest.

Class

LoggerIntegrationTest

Namespace

Drupal\service_container\Tests

Code

protected function setUp() {
  parent::setUp(array(
    'dblog',
  ));
}