Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Jun 4, 2024
1 parent 8ca3566 commit 92502c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .scaffold/tests/bats/provision.bats
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ assert_provision_info() {
"@drush -y --version # Drush Commandline Tool mocked_drush_version"
"@drush -y status --field=drupal-version # mocked_core_version"
"@drush -y status --fields=bootstrap # fail"
"@drush -y php:eval print realpath(\Drupal\Core\Site\Settings::get(\"config_sync_directory\")); # $(pwd)/config/default"

# Site provisioning information.
"Provisioning site from the database dump file."
Expand Down

1 comment on commit 92502c0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.