function DrupalSystemListingCompatibleTestCase::setUp
Overrides DrupalWebTestCase::setUp
File
-
profiles/
testing/ modules/ drupal_system_listing_compatible_test/ drupal_system_listing_compatible_test.test, line 25
Class
- DrupalSystemListingCompatibleTestCase
- Helper to verify tests in installation profile modules.
Code
function setUp() {
// Attempt to install a module in Testing profile, while this test runs with
// a different profile.
parent::setUp(array(
'drupal_system_listing_compatible_test',
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.