function MemoryTestRunResultsStorage::validateTestingResultsEnvironment
Checks if the test run storage is valid.
Return value
bool TRUE when the storage is valid and ready for use, FALSE otherwise.
Overrides TestRunResultsStorageInterface::validateTestingResultsEnvironment
File
-
core/
tests/ Drupal/ TestTools/ TestRunner/ MemoryTestRunResultsStorage.php, line 124
Class
- MemoryTestRunResultsStorage
- Implements an in-memory test run results storage.
Namespace
Drupal\TestTools\TestRunnerCode
public function validateTestingResultsEnvironment() : bool {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.