diff --git a/core/modules/system/src/Tests/Extension/ModuleHandlerTest.php b/core/modules/system/src/Tests/Extension/ModuleHandlerTest.php index 5b1e4cb..87b3af4 100644 --- a/core/modules/system/src/Tests/Extension/ModuleHandlerTest.php +++ b/core/modules/system/src/Tests/Extension/ModuleHandlerTest.php @@ -24,8 +24,8 @@ class ModuleHandlerTest extends KernelTestBase { protected function setUp() { parent::setUp(); - // @fixme ModuleInstaller calls system_rebuild_module_data which is part of system.module. - // @see https://www.drupal.org/node/2208429 + // @fixme ModuleInstaller calls system_rebuild_module_data which is part of + // system.module, see https://www.drupal.org/node/2208429 include_once $this->root . '/core/modules/system/system.module'; } diff --git a/core/phpunit.xml.dist b/core/phpunit.xml.dist index 052dd53..5a61a9e 100644 --- a/core/phpunit.xml.dist +++ b/core/phpunit.xml.dist @@ -1,10 +1,6 @@ - + @@ -12,8 +8,6 @@ - - ./tests/Drupal/Tests ./modules/**/tests/src