You are here

protected static property AutoloadTestBase::$modules in Autoload 7.2

Modules which should enabled for testing.

Type: string[]

File

src/Tests/Unit/AutoloadTestBase.php, line 15

Class

AutoloadTestBase
Class UnitTest.

Namespace

Drupal\autoload\Tests\Unit

Code

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