function DevelGenerateCommandsTest::setUp
Prepares the testing environment.
Overrides BrowserTestBase::setUp
File
-
devel_generate/
tests/ src/ Functional/ DevelGenerateCommandsTest.php, line 56
Class
- DevelGenerateCommandsTest
- Test class for the Devel Generate drush commands.
Namespace
Drupal\Tests\devel_generate\FunctionalCode
public function setUp() {
parent::setUp();
$this->setUpData();
}