You are here

protected static property ModuleUninstallTest::$moduleLists in Thunder 8.5

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists
  2. 8.3 tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists
  3. 8.4 tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists
  4. 6.2.x tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists
  5. 6.0.x tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists
  6. 6.1.x tests/src/Functional/ModuleUninstallTest.php \Drupal\Tests\thunder\Functional\ModuleUninstallTest::moduleLists

Modules to test uninstall/install capability.

Type: string[]

File

tests/src/Functional/ModuleUninstallTest.php, line 19

Class

ModuleUninstallTest
Test for checking of module uninstall functionality.

Namespace

Drupal\Tests\thunder\Functional

Code

protected static $moduleLists = [
  [
    'thunder_riddle',
  ],
  [
    'media_riddle_marketplace',
  ],
  [
    'riddle_marketplace',
  ],
  [
    'thunder_riddle',
    'media_riddle_marketplace',
    'riddle_marketplace',
  ],
  [
    'thunder_liveblog',
  ],
  [
    'liveblog_pusher',
    'liveblog',
    'simple_gmap',
  ],
  [
    'thunder_liveblog',
    'liveblog_pusher',
    'liveblog',
    'simple_gmap',
  ],
  [
    'diff',
  ],
  [
    'content_lock',
  ],
  [
    'adsense',
  ],
  [
    'google_analytics',
  ],
  [
    'access_unpublished',
  ],
  [
    'responsive_preview',
  ],
  [
    'shariff',
  ],
  [
    'length_indicator',
  ],
  [
    'redirect',
  ],
  [
    'simple_sitemap',
  ],
  [
    'thunder_search',
    'search_api_db',
    'search_api_mark_outdated',
    'search_api',
    'facets',
    'views_bulk_operations',
    'select2_facets',
  ],
];