function TestSiteReleaseLocksCommand::execute
File
-
core/
tests/ Drupal/ TestSite/ Commands/ TestSiteReleaseLocksCommand.php, line 32
Class
- TestSiteReleaseLocksCommand
- Command to release all test site database prefix locks.
Namespace
Drupal\TestSite\CommandsCode
protected function execute(InputInterface $input, OutputInterface $output) {
TestDatabase::releaseAllTestLocks();
$output->writeln('<info>Successfully released all the test database locks</info>');
return 0;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.