function TestRunResultsStorageInterface::createNew
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php \Drupal\Core\Test\TestRunResultsStorageInterface::createNew()
- 10 core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php \Drupal\Core\Test\TestRunResultsStorageInterface::createNew()
Gets a new unique identifier for a test run.
Return value
int|string A unique identifier.
2 methods override TestRunResultsStorageInterface::createNew()
- MemoryTestRunResultsStorage::createNew in core/
tests/ Drupal/ TestTools/ TestRunner/ MemoryTestRunResultsStorage.php - Gets a new unique identifier for a test run.
- SimpletestTestRunResultsStorage::createNew in core/
lib/ Drupal/ Core/ Test/ SimpletestTestRunResultsStorage.php - Gets a new unique identifier for a test run.
File
-
core/
lib/ Drupal/ Core/ Test/ TestRunResultsStorageInterface.php, line 18
Class
- TestRunResultsStorageInterface
- Interface describing a test run results storage object.
Namespace
Drupal\Core\TestCode
public function createNew() : int|string;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.