You are here

function DrupalSystemListingCompatibleTestCase::testDrupalSystemListing in Drupal 7

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