You are here

protected function DbCommandBaseTester::execute in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTester::execute()

File

core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php, line 132
Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest.

Class

DbCommandBaseTester
Concrete command implementation for testing base features.

Namespace

Drupal\Tests\system\Kernel\Scripts

Code

protected function execute(InputInterface $input, OutputInterface $output) {

  // Empty implementation for testing.
  return 0;
}