EnvironmentCleaner::$resultsDatabase

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Test/EnvironmentCleaner.php \Drupal\Core\Test\EnvironmentCleaner::resultsDatabase

Connection to the database where test results are stored.

This could be the same as $testDatabase, or it could be different. run-tests.sh allows you to specify a different results database with the --sqlite parameter.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Test/EnvironmentCleaner.php, line 37

Class

EnvironmentCleaner
Helper class for cleaning test environments.

Namespace

Drupal\Core\Test

Code

protected $resultsDatabase;

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