protected function BatchKernelTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php \Drupal\KernelTests\Core\Batch\BatchKernelTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Batch/ BatchKernelTest.php, line 17
Class
- BatchKernelTest
- Tests batch functionality.
Namespace
Drupal\KernelTests\Core\BatchCode
protected function setUp() : void {
parent::setUp();
require_once $this->root . '/core/includes/batch.inc';
}