function SystemListingCompatibleTest::testSystemListing

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

File

drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/lib/Drupal/drupal_system_listing_compatible_test/Tests/SystemListingCompatibleTest.php, line 48
Definition of Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest.

Class

SystemListingCompatibleTest
Helper to verify tests in installation profile modules.

Namespace

Drupal\drupal_system_listing_compatible_test\Tests

Code

function testSystemListing() {
  $this
    ->pass(__CLASS__ . ' test executed.');
}