Use the Testing profile.
The Testing profile contains backdrop_system_listing_compatible_test.test, which attempts to:
- run tests using the Minimal profile (which does not contain the backdrop_system_listing_compatible_test.module)
- but still install the backdrop_system_listing_compatible_test.module contained in the Testing profile.
Overrides BackdropWebTestCase::$profile
See also
BackdropSystemListingCompatibleTestCase
File
- core/
modules/ simpletest/ tests/ simpletest.test, line 660 - Tests for simpletest.module.
Class
- SimpleTestInstallationProfileModuleTestsTestCase
- Verifies that tests bundled with installation profile modules are found.
Code
protected $profile = 'testing';