You are here

protected function ConfigDifferTest::setUp in Configuration Update Manager 8

Overrides UnitTestCase::setUp

File

tests/src/Unit/ConfigDifferTest.php, line 26

Class

ConfigDifferTest
Tests the \Drupal\config_update\ConfigDiffer class.

Namespace

Drupal\Tests\config_update\Unit

Code

protected function setUp() {
  $this->configDiffer = new ConfigDiffer($this
    ->getTranslationMock());
}