You are here

protected property SystemListingCompatibleTest::$profile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest::profile

Use the Minimal profile.

This test needs to use a different installation profile than the test which asserts that this test is found.

Overrides WebTestBase::$profile

See also

SimpleTestInstallationProfileModuleTestsTestCase

File

core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php, line 38
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

protected $profile = 'minimal';