public static property BrokenSetUpTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Tests/BrokenSetUpTest.php \Drupal\simpletest\Tests\BrokenSetUpTest::modules
Modules to enable.
Type: array
File
- core/
modules/ simpletest/ src/ Tests/ BrokenSetUpTest.php, line 30 - Contains \Drupal\simpletest\Tests\BrokenSetUpTest.
Class
- BrokenSetUpTest
- Tests a test case that does not call parent::setUp().
Namespace
Drupal\simpletest\TestsCode
public static $modules = array(
'simpletest',
);