SimpleTestDiscoveryTestCase::$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.
Type: profile
Overrides DrupalWebTestCase::$profile
See also
DrupalSystemListingCompatibleTestCase
File
-
modules/
simpletest/ simpletest.test, line 752
Class
- SimpleTestDiscoveryTestCase
- Verifies that tests in other installation profiles are not found.
Code
protected $profile = 'testing';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.