public function ServiceSmokeAndFireTest::setUp in Purge 8.3
Set up the test.
Overrides ServiceTestTrait::setUp
File
- tests/
src/ Kernel/ DiagnosticCheck/ ServiceSmokeAndFireTest.php, line 30
Class
Namespace
Drupal\Tests\purge\Kernel\DiagnosticCheckCode
public function setUp($switch_to_memory_queue = TRUE) : void {
parent::setUp($switch_to_memory_queue);
$this
->installConfig([
'purge_processor_test',
]);
}