Loading core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,13 @@ protected function populateFilesystemStructure(array &$filesystem_structure) { 'core/profiles/minimal/minimal.info.yml' => [ 'type' => 'profile', ], 'core/themes/test_theme/test_theme.info.yml' => [ 'type' => 'theme', ], // Override the core instance of the 'test_theme' theme. 'sites/default/themes/test_theme/test_theme.info.yml' => [ 'type' => 'theme', ], // Override the core instance of the 'minimal' profile. 'sites/default/profiles/minimal/minimal.info.yml' => [ 'type' => 'profile', Loading Loading
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,13 @@ protected function populateFilesystemStructure(array &$filesystem_structure) { 'core/profiles/minimal/minimal.info.yml' => [ 'type' => 'profile', ], 'core/themes/test_theme/test_theme.info.yml' => [ 'type' => 'theme', ], // Override the core instance of the 'test_theme' theme. 'sites/default/themes/test_theme/test_theme.info.yml' => [ 'type' => 'theme', ], // Override the core instance of the 'minimal' profile. 'sites/default/profiles/minimal/minimal.info.yml' => [ 'type' => 'profile', Loading