Commit eaa7f2e9 authored by catch's avatar catch
Browse files

Issue #3298319 by nod_: Update ExtensionDiscoveryTest to not use seven

(cherry picked from commit 88e3e39a)
parent 845ded53
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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',