You are here

public function Committer::commit in Automatic Updates 8.2

File

package_manager/tests/modules/package_manager_bypass/src/Committer.php, line 33

Class

Committer
Defines an update committer which doesn't do any actual committing.

Namespace

Drupal\package_manager_bypass

Code

public function commit(string $stagingDir, string $activeDir, ?array $exclusions = [], ?ProcessOutputCallbackInterface $callback = NULL, ?int $timeout = 120) : void {
}