You are here

public function MinimalInstallerTest::testMinimalConfig in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()

Ensures that the exported minimal configuration is up to date.

File

core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php, line 29

Class

MinimalInstallerTest
Tests the interactive installer installing the minimal profile.

Namespace

Drupal\FunctionalTests\Installer

Code

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