Skip to content

Instantly share code, notes, and snippets.

@johannessteu
Created January 23, 2019 09:16
Show Gist options
  • Save johannessteu/7038a0224fc89e151aae16045e0a49e0 to your computer and use it in GitHub Desktop.
Save johannessteu/7038a0224fc89e151aae16045e0a49e0 to your computer and use it in GitHub Desktop.
Neos/Flow behat upgrade

To upgrade the behat version we need to upgrade:

  • neos/behat
  • flow/dev-collection
  • neos/dev-collection

This change is breaking as behat changed the way how context are used. We now have a FlowContextTrait instead of subcontexts. etc.

Theses are all related PR's:

neos/behat#14 neos/flow-development-collection#1496 neos/neos-development-collection#2343

This is a adjusted base-distribution that installs all PR's and runs all behat tests: neos/neos-development-distribution#46

Travis-Builds: https://travis-ci.com/johannessteu/neos-development-distribution/builds/97495679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment