You are here

service environment_cleaner in Drupal 8

Class

Drupal\simpletest\EnvironmentCleanerService
6 string references to environment_cleaner
DeprecatedCleanupTest::register in core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php
Registers test-specific services.
SimpletestResultsForm::create in core/modules/simpletest/src/Form/SimpletestResultsForm.php
Instantiates a new instance of this class.
simpletest_clean_database in core/modules/simpletest/simpletest.module
Removes prefixed tables from the database from crashed tests.
simpletest_clean_environment in core/modules/simpletest/simpletest.module
Removes all temporary database tables and directories.
simpletest_clean_results_table in core/modules/simpletest/simpletest.module
Clears the test result tables.

... See full list

File

core/modules/simpletest/simpletest.services.yml
core/modules/simpletest/simpletest.services.yml

View source
  1. class: Drupal\simpletest\EnvironmentCleanerService
  2. factory: 'environment_cleaner_factory:createCleaner'