You are here

protected function DrupalBootTest::getExampleExtensions in X Autoload 7.4

Return value

\stdClass[]

1 call to DrupalBootTest::getExampleExtensions()
DrupalBootTest::testNormalRequest in tests/lib/DrupalBootTest.php
Tests a simulated regular request.

File

tests/lib/DrupalBootTest.php, line 79

Class

DrupalBootTest

Namespace

Drupal\xautoload\Tests

Code

protected function getExampleExtensions() {
  return array_fill_keys(array(
    'system',
    'views',
    'menu_block',
    'testmod_psr0',
    'testmod_psr4',
    'testmod_pearflat',
  ), 'module');
}