function 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';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.