You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make sure distro- and version-specific templates are properly placed into the project. For the simple distinction between D7 and D8, we can look for the string "Drupal 7" or "Drupal 8" in test/features/example.feature using assert.fileContent().
To ensure coverage is complete, we should generate at least two distinct versions of Drupal and confirm the correct template is produced.
The text was updated successfully, but these errors were encountered:
Let's make sure distro- and version-specific templates are properly placed into the project. For the simple distinction between D7 and D8, we can look for the string "Drupal 7" or "Drupal 8" in
test/features/example.feature
using assert.fileContent().To ensure coverage is complete, we should generate at least two distinct versions of Drupal and confirm the correct template is produced.
The text was updated successfully, but these errors were encountered: