function TestRunResultsStorageInterface::getLogEntriesByTestClass
Same name in other branches
- 10 core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php \Drupal\Core\Test\TestRunResultsStorageInterface::getLogEntriesByTestClass()
Get test results for a test run, ordered by test class.
Parameters
\Drupal\Core\Test\TestRun $test_run: The test run object.
Return value
array Array of results ordered by test class and message id.
1 method overrides TestRunResultsStorageInterface::getLogEntriesByTestClass()
- SimpletestTestRunResultsStorage::getLogEntriesByTestClass in core/
lib/ Drupal/ Core/ Test/ SimpletestTestRunResultsStorage.php - Get test results for a test run, ordered by test class.
File
-
core/
lib/ Drupal/ Core/ Test/ TestRunResultsStorageInterface.php, line 66
Class
- TestRunResultsStorageInterface
- Interface describing a test run results storage object.
Namespace
Drupal\Core\TestCode
public function getLogEntriesByTestClass(TestRun $test_run) : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.