You are here

public function MinimalInstallerTest::testMinimalConfig in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Installer/MinimalInstallerTest.php \Drupal\system\Tests\Installer\MinimalInstallerTest::testMinimalConfig()

Ensures that the exported minimal configuration is up to date.

File

core/modules/system/src/Tests/Installer/MinimalInstallerTest.php, line 29
Contains \Drupal\system\Tests\Installer\MinimalInstallerTest.

Class

MinimalInstallerTest
Tests the interactive installer installing the minimal profile.

Namespace

Drupal\system\Tests\Installer

Code

public function testMinimalConfig() {
  $this
    ->assertInstalledConfig([]);
}