function FakeSiteFixtureTest::testLifeCycle

Tests the complete stage life cycle using the 'fake-site' fixture.

File

core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php, line 23

Class

FakeSiteFixtureTest
Test that the 'fake-site' fixture is a valid starting point.

Namespace

Drupal\Tests\package_manager\Kernel

Code

public function testLifeCycle() : void {
    $this->assertStatusCheckResults([]);
    $this->assertResults([]);
    // Ensure there are no validation errors after the stage lifecycle has been
    // completed.
    $this->assertStatusCheckResults([]);
}

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