Skip to content
Snippets Groups Projects

Issue #3322150: Rename remaining instances of 'test_theme' to 'automatic_updates_extensions_test_theme'

Merged Issue #3322150: Rename remaining instances of 'test_theme' to 'automatic_updates_extensions_test_theme'
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,9 +7,9 @@
$projects_dir = __DIR__ . '/../../web/projects';
return [
'versions' => [
'drupal/test_theme' => [
'type' => 'drupal-module',
'install_path' => $projects_dir . '/test_theme',
'drupal/automatic_updates_extensions_test_theme' => [
'type' => 'drupal-theme',
'install_path' => $projects_dir . '/automatic_updates_extensions_test_theme',
],
'drupal/semver_test' => [
'type' => 'drupal-module',
Loading