You are here

protected property TestDiscovery::$testClasses in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Test/TestDiscovery.php \Drupal\Core\Test\TestDiscovery::testClasses

Statically cached list of test classes.

Type: array

File

core/lib/Drupal/Core/Test/TestDiscovery.php, line 29

Class

TestDiscovery
Discovers available tests.

Namespace

Drupal\Core\Test

Code

protected $testClasses;