function TestRunResultsStorageInterface::validateTestingResultsEnvironment

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php \Drupal\Core\Test\TestRunResultsStorageInterface::validateTestingResultsEnvironment()

Checks if the test run storage is valid.

Return value

bool TRUE when the storage is valid and ready for use, FALSE otherwise.

See also

::buildTestingResultsEnvironment()

1 method overrides TestRunResultsStorageInterface::validateTestingResultsEnvironment()
SimpletestTestRunResultsStorage::validateTestingResultsEnvironment in core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php
Checks if the test run storage is valid.

File

core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php, line 96

Class

TestRunResultsStorageInterface
Interface describing a test run results storage object.

Namespace

Drupal\Core\Test

Code

public function validateTestingResultsEnvironment() : bool;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.