You are here

public function DbCommandBaseTester::configure in Zircon Profile 8.0

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()

Configures the current command.

Overrides DbCommandBase::configure

File

core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php, line 118
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');
}