function MinimalInstallerTest::testMinimalConfig

Same name in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()
  2. 8.9.x core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()
  3. 11.x 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 31

Class

MinimalInstallerTest
Tests the interactive installer installing the minimal profile.

Namespace

Drupal\FunctionalTests\Installer

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.