You are here

protected function SystemListingCrossProfileCompatibleTest::setUp in Drupal 9

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

Overrides KernelTestBase::setUp

File

core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php, line 40

Class

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

Namespace

Drupal\Tests\drupal_system_listing_compatible_test\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->setInstallProfile($this->profile);
}