function TestRunResultsStorageInterface::cleanUp

Same name in other branches
  1. 10 core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php \Drupal\Core\Test\TestRunResultsStorageInterface::cleanUp()

Resets the test run storage.

Return value

int The number of log entries that were removed from storage.

1 method overrides TestRunResultsStorageInterface::cleanUp()
SimpletestTestRunResultsStorage::cleanUp in core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php
Resets the test run storage.

File

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

Class

TestRunResultsStorageInterface
Interface describing a test run results storage object.

Namespace

Drupal\Core\Test

Code

public function cleanUp() : int;

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