You are here

public static property SystemListingCompatibleTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest::modules

Attempt to enable a module from the Testing profile.

This test uses the Minimal profile, but enables a module from the Testing profile to confirm that a different profile can be used for running tests.

Type: array

File

core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php, line 28
Contains \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest.

Class

SystemListingCompatibleTest
Verifies that tests in installation profile modules are found and may use another profile for running tests.

Namespace

Drupal\drupal_system_listing_compatible_test\Tests

Code

public static $modules = array(
  'drupal_system_listing_compatible_test',
);