protected function DbCommandBaseTester::execute in Drupal 8
Same name and namespace in other branches
- 9 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 130 - Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest.
Class
- DbCommandBaseTester
- Concrete command implementation for testing base features.
Namespace
Drupal\Tests\system\Kernel\ScriptsCode
protected function execute(InputInterface $input, OutputInterface $output) {
// Empty implementation for testing.
return 0;
}