Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Excluding Lightning AJAX Behat tests. #102

Merged
merged 1 commit into from
Jun 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/build/core/phing/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ behat:
# - ${docroot}/modules
- ${docroot}/profiles
- ${repo.root}/tests/behat
tags: ''
tags: '~ajax'

composer:
bin: ${repo.root}/vendor/bin
Expand All @@ -32,7 +32,7 @@ drupal:

drush:
bin: ${composer.bin}/drush
cmd: ${drush.bin} @${drush.aliases.local} -r ${docroot} -l ${multisite.name}
cmd: ${drush.bin} @${drush.alias} -r ${docroot} -l ${multisite.name}
root: ${docroot}

multisite:
Expand Down