Fixed module list being used by this test.
An associative array containing the required data for the $fixed_list
argument of module_list().
Type: array
See also
UnitTestBase::setUp()
UnitTestBase::enableModules()
File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php, line 62
- Contains Drupal\simpletest\DrupalUnitTestBase.
Class
- DrupalUnitTestBase
- Base test case class for Drupal unit tests.
Namespace
Drupal\simpletest
Code
private $moduleList = array();