You are here

public function DbCommandBaseTester::configure 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::configure()

Overrides DbCommandBase::configure

File

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

Class

DbCommandBaseTester
Concrete command implementation for testing base features.

Namespace

Drupal\Tests\system\Kernel\Scripts

Code

public function configure() {
  parent::configure();
  $this
    ->setName('test');
}