protected property SimpleTestInstallationProfileModuleTestsTestCase::$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 DrupalWebTestCase::$profile
See also
DrupalSystemListingCompatibleTestCase
Archivo
- drupal-7.x/
modules/ simpletest/ simpletest.test, line 587 - Tests for simpletest.module.
Class
- SimpleTestInstallationProfileModuleTestsTestCase
- Verifies that tests bundled with installation profile modules are found.
Código
protected $profile = 'testing';