You are here

protected property TestDiscovery::$testNamespaces in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/TestDiscovery.php \Drupal\simpletest\TestDiscovery::testNamespaces

Cached map of all test namespaces to respective directories.

Type: array

File

core/modules/simpletest/src/TestDiscovery.php, line 43
Contains \Drupal\simpletest\TestDiscovery.

Class

TestDiscovery
Discovers available tests.

Namespace

Drupal\simpletest

Code

protected $testNamespaces;