function KernelTestBaseTest::testSubsequentContainerIsolation

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testSubsequentContainerIsolation()
  2. 8.9.x core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testSubsequentContainerIsolation()
  3. 10 core/tests/Drupal/KernelTests/KernelTestBaseTest.php \Drupal\KernelTests\KernelTestBaseTest::testSubsequentContainerIsolation()

Tests whether the fixture can re-install modules and configuration.

@depends testContainerIsolation

File

core/tests/Drupal/KernelTests/KernelTestBaseTest.php, line 155

Class

KernelTestBaseTest
@coversDefaultClass <a href="/api/drupal/core%21tests%21Drupal%21KernelTests%21KernelTestBase.php/class/KernelTestBase/11.x" title="Base class for functional integration tests." class="local">\Drupal\KernelTests\KernelTestBase</a>

Namespace

Drupal\KernelTests

Code

public function testSubsequentContainerIsolation() : void {
    $this->enableModules([
        'system',
        'user',
    ]);
    $this->assertNull($this->installConfig('user'));
}

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