Search for clean
- Search 7.x for clean
- Search 9.5.x for clean
- Search 10.3.x for clean
- Search 11.x for clean
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DeprecatedCleanupTest | class | core/ |
Verify deprecation errors for the cleanup functions. |
DeprecatedCleanupTest.php | file | core/ |
|
DeprecatedCleanupTest::$modules | property | core/ |
Modules to enable. |
DeprecatedCleanupTest::register | function | core/ |
Registers test-specific services. |
DeprecatedCleanupTest::testDeprecatedCleanFunctions | function | core/ |
@expectedDeprecation simpletest_clean_environment is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Access the environment_cleaner service and call its cleanEnvironment() method, or use⦠|
EnvironmentCleanerFactory | class | core/ |
Test environment cleaner factory. |
EnvironmentCleanerFactory.php | file | core/ |
|
EnvironmentCleanerFactory::$container | property | core/ |
The container. |
EnvironmentCleanerFactory::createCleaner | function | core/ |
Factory method to create the environment cleaner service. |
EnvironmentCleanerFactory::__construct | function | core/ |
Construct an environment cleaner factory. |
EnvironmentCleanerService | class | core/ |
Uses containerized services to perform post-test cleanup. |
EnvironmentCleanerService.php | file | core/ |
|
EnvironmentCleanerService::$cacheDefault | property | core/ |
Default cache. |
EnvironmentCleanerService::$configFactory | property | core/ |
The config factory. |
EnvironmentCleanerService::$messenger | property | core/ |
Messenger service. |
EnvironmentCleanerService::$translation | property | core/ |
The translation service. |
EnvironmentCleanerService::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
EnvironmentCleanerService::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
EnvironmentCleanerService::cleanTemporaryDirectories | function | core/ |
Finds all leftover fixture site directories and removes them. |
EnvironmentCleanerService::__construct | function | core/ |
Construct an environment cleaner. |
environment_cleaner | service | core/ |
Drupal\simpletest\EnvironmentCleanerService |
environment_cleaner_factory | service | core/ |
Drupal\simpletest\EnvironmentCleanerFactory |
FieldUpdateTest::testEntityReferenceFieldConfigCleanUpdate | function | core/ |
Tests field_post_update_remove_handler_submit_setting(). |
SimpletestResultsForm::$cleaner | property | core/ |
The environment cleaner service. |
simpletest_clean_database | function | core/ |
Removes prefixed tables from the database from crashed tests. |
simpletest_clean_environment | function | core/ |
Removes all temporary database tables and directories. |
simpletest_clean_results_table | function | core/ |
Clears the test result tables. |
simpletest_clean_temporary_directories | function | core/ |
Finds all leftover temporary directories and removes them. |
StubEnvironmentCleanerService | class | core/ |
Mock environment_cleaner service that does not perform any cleaning. |
StubEnvironmentCleanerService::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
StubEnvironmentCleanerService::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
StubEnvironmentCleanerService::cleanResultsTable | function | core/ |
Clears test result tables from the results database. |
StubEnvironmentCleanerService::cleanTemporaryDirectories | function | core/ |
Finds all leftover fixture site directories and removes them. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.