Skip to content
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

Pin behat/gherkin to non-broken version #874

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mikelittle
Copy link
Contributor

The latest version of behat/gherkin (as required indirectly by codeception) is broken, so we need to pin it to a non-broken version.

Warning: require(/usr/src/app/vendor/behat/gherkin/src/../../../i18n.php): Failed to open stream: No such file or directory in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php on line 78

Fatal error: Uncaught Error: Failed opening required '/usr/src/app/vendor/behat/gherkin/src/../../../i18n.php' (include_path='.:/usr/local/lib/php') in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php:78
Stack trace:
  thrown in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php on line 78

See Codeception issue here Codeception/Codeception#6833

The latest version of `behat/gherkin` (as required indirectly by codeception) is broken, so we need to pin it to a non-broken version.

```
Warning: require(/usr/src/app/vendor/behat/gherkin/src/../../../i18n.php): Failed to open stream: No such file or directory in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php on line 78

Fatal error: Uncaught Error: Failed opening required '/usr/src/app/vendor/behat/gherkin/src/../../../i18n.php' (include_path='.:/usr/local/lib/php') in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php:78
Stack trace:
  thrown in /usr/src/app/vendor/codeception/codeception/src/Codeception/Test/Loader/Gherkin.php on line 78
```

See Codeception issue here Codeception/Codeception#6833
Copy link
Contributor

@wisyhambolu wisyhambolu left a comment

Choose a reason for hiding this comment

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

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants