function FixtureManipulator::commitChanges

Commits the changes to the directory.

File

core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php, line 341

Class

FixtureManipulator
Manipulates a test fixture using Composer commands.

Namespace

Drupal\fixture_manipulator

Code

public function commitChanges(string $dir) : void {
    $this->doCommitChanges($dir);
    $this->committed = TRUE;
}

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