Skip to content
Snippets Groups Projects
Commit c7aace27 authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Ted Bowman
Browse files

Issue #3322150 by kunal.sachdev: Rename remaining instances of 'test_theme' to...

Issue #3322150 by kunal.sachdev: Rename remaining instances of 'test_theme' to 'automatic_updates_extensions_test_theme'
parent 1fc7a9dd
No related branches found
No related tags found
1 merge request!597Issue #3322150: Rename remaining instances of 'test_theme' to 'automatic_updates_extensions_test_theme'
......@@ -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',
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment