You are here

protected static property CustomTest::$modules in Autoload 7.2

Same name and namespace in other branches
  1. 7 src/Tests/Unit/CustomTest.php \Drupal\autoload\Tests\Unit\CustomTest::modules

Modules which should enabled for testing.

Type: string[]

Overrides AutoloadTestBase::$modules

File

src/Tests/Unit/CustomTest.php, line 13

Class

CustomTest
Class CustomTest.

Namespace

Drupal\autoload\Tests\Unit

Code

protected static $modules = array(
  'autoload_test_custom',
);