You are here

protected property InstallationProfileModuleTestsTest::$profile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php \Drupal\simpletest\Tests\InstallationProfileModuleTestsTest::profile

Use the Testing profile.

The Testing profile contains drupal_system_listing_compatible_test.test, which attempts to:

  • run tests using the Minimal profile (which does not contain the drupal_system_listing_compatible_test.module)
  • but still install the drupal_system_listing_compatible_test.module contained in the Testing profile.

Overrides WebTestBase::$profile

See also

\Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest

File

core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php, line 45
Contains \Drupal\simpletest\Tests\InstallationProfileModuleTestsTest.

Class

InstallationProfileModuleTestsTest
Verifies that tests bundled with installation profile modules are found.

Namespace

Drupal\simpletest\Tests

Code

protected $profile = 'testing';