function 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.