You are here

protected property WebTestBase::$classLoader in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::classLoader

The class loader to use for installation and initialization of setup.

Type: \Symfony\Component\Classloader\Classloader

File

core/modules/simpletest/src/WebTestBase.php, line 222
Contains \Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $classLoader;