Skip to content

Fix tests to pass again #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ddcd306
remove php 5.3 from testing batch
WengerK Jun 12, 2019
6a88106
update php versions used for testing Drupal 7 & Drupal 8
WengerK Jun 12, 2019
68c4ce5
remove php 7.2 for drupal-7
WengerK Jun 12, 2019
be61c2b
use Drupal\Tests\BrowserTestBase instead of Drupal\simpletest\Browser…
WengerK Jun 12, 2019
707cef1
update drupal 8 system install schema
WengerK Jun 12, 2019
d46b57b
only tests behat on chrome
WengerK Jun 12, 2019
5b79c69
attempts to use drush 9 on drupal-8 env
WengerK Jun 12, 2019
25b1e71
fix bad condition to use drush9 on drupal8
WengerK Jun 12, 2019
ad0c1a1
fix travis parse issue
WengerK Jun 12, 2019
08c4033
remove usage of drush.php to use drush (.php has beend deprecated)
WengerK Jun 12, 2019
dd3c488
update behat drupal-8 dependencies
WengerK Jun 12, 2019
e76e6ec
update drupal/drupal-extension
WengerK Jun 12, 2019
6dd6765
remove php 7.1 for drupal-7 tests
WengerK Jun 12, 2019
202bbad
lock symfony/dom-crawler to 2.8.5
WengerK Jun 12, 2019
eebabed
fix version of drupal/drupal-driver
WengerK Jun 12, 2019
32121d2
update behat drush feature for drush 9
WengerK Jun 12, 2019
5185455
update behat/mink-extension dependency
WengerK Jun 12, 2019
dd41b14
attempts to fix behat tests on drupal-8 by fixing dependencies versions
WengerK Jun 12, 2019
7e1554e
remove php7 from drupal8 tests
WengerK Jun 12, 2019
46271c7
make the browser name configurable by travis on drupal-8 tests
WengerK Jun 12, 2019
0bc2529
add and lock version of symfony/browser-kit
WengerK Jun 13, 2019
d8e2ca4
fix dependency of symfony/browser-kit to 4.x
WengerK Jun 13, 2019
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
Prev Previous commit
Next Next commit
update behat drush feature for drush 9
  • Loading branch information
WengerK committed Jun 12, 2019
commit 32121d295f87eaff4f77b4db174d2991956b5655
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Feature: Drush-specific steps
Given I run drush "st"
Then drush output should contain "Drupal version"
Then drush output should contain "Site URI"
Then drush output should contain "Database driver"
Then drush output should contain "DB driver"
Then drush output should contain "Successful"
Then drush output should not contain "NonExistantWord"

Scenario: drush command with arguments: re-enable toolbar
Given I run drush "en" "toolbar -y"
And I run drush "en" "toolbar -y"
Then drush output should contain "toolbar is already enabled."
Then drush output should contain "[notice] Already enabled: toolbar"