function SystemListingCrossProfileCompatibleTest::setUp
Same name in other branches
- 9 core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php \Drupal\Tests\drupal_system_listing_compatible_test\Kernel\SystemListingCrossProfileCompatibleTest::setUp()
- 8.9.x core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php \Drupal\Tests\drupal_system_listing_compatible_test\Kernel\SystemListingCrossProfileCompatibleTest::setUp()
- 11.x 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 39
Class
- SystemListingCrossProfileCompatibleTest
- Verifies that tests in installation profile modules are found.
Namespace
Drupal\Tests\drupal_system_listing_compatible_test\KernelCode
protected function setUp() : void {
parent::setUp();
$this->setInstallProfile($this->profile);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.