You are here

function SystemListingCompatibleTest::testSystemListing in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest::testSystemListing()

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

File

core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php, line 43
Contains \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest.

Class

SystemListingCompatibleTest
Verifies that tests in installation profile modules are found and may use another profile for running tests.

Namespace

Drupal\drupal_system_listing_compatible_test\Tests

Code

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