Skip to content
Snippets Groups Projects

Add a core-convert job

Merged Adam G-H requested to merge issue/automatic_updates-3414168:3414168-add-a-new into 3.0.x
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
@@ -79,16 +79,6 @@ abstract class TemplateProjectTestBase extends QuickStartTestBase {
];
}
/**
* {@inheritdoc}
*/
public function getCodebaseFinder() {
// If core's npm dependencies are installed, we don't want them to be
// included in the upstream version of core that gets installed into the
// test site.
return parent::getCodebaseFinder()->notPath('#^core/node_modules#');
}
/**
* Sets the version of Drupal core to which the test site will be updated.
*
Loading