You are here

protected function TestSiteReleaseLocksCommand::configure in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php \Drupal\TestSite\Commands\TestSiteReleaseLocksCommand::configure()

File

core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php, line 23

Class

TestSiteReleaseLocksCommand
Command to release all test site database prefix locks.

Namespace

Drupal\TestSite\Commands

Code

protected function configure() {
  $this
    ->setName('release-locks')
    ->setDescription('Releases all test site locks')
    ->setHelp('The locks ensure test site database prefixes are not reused.');
}