function DrupalSystemListingCompatibleTestCase::testDrupalSystemListing
Non-empty test* method required to executed the test case class.
File
-
profiles/
testing/ modules/ drupal_system_listing_compatible_test/ drupal_system_listing_compatible_test.test, line 34
Class
- DrupalSystemListingCompatibleTestCase
- Helper to verify tests in installation profile modules.
Code
function testDrupalSystemListing() {
$this->pass(__CLASS__ . ' test executed.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.