function DrupalSystemListingCompatibleTestCase::testDrupalSystemListing

7.x drupal_system_listing_compatible_test.test DrupalSystemListingCompatibleTestCase::testDrupalSystemListing()

Non-empty test* method required to executed the test case class.

File

drupal-7.x/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.');
}