1 backdrop_system_listing_compatible_test.test BackdropSystemListingCompatibleTestCase::testBackdropSystemListing()

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

File

core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test, line 26

Class

BackdropSystemListingCompatibleTestCase
Helper to verify tests in installation profile modules.

Code

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