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\UnitCode
protected function setUp() {
$this->configDiffer = new ConfigDiffer($this
->getTranslationMock());
}