Skip to content

Releases: soulcodex/laravel-behat

1.0.6

27 Mar 13:11
Compare
Choose a tag to compare

What's Changed

  • Require phpunit ^10 to prevent problems with PhpSpec ^7.5 by @yolcuiskender in #6

Full Changelog: 1.0.5...1.0.6

1.0.5

25 Mar 19:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

26 Feb 20:48
dd03f13
Compare
Choose a tag to compare
Improve mink access, add php unit asserts and update deps (#3)

* Improve composer.json to be packagist ready and create tests dir

* Improve README removing unneccesary config reference

* fix: Mink access and kernel refresh on each scenario execution

* Refactor and fix to not preserve application state on each scenario

* Improve application state refresh on each scenario and documentation

* chore(release): 1.0.3

* feat: Improve mink access, add php unit asserts and update deps

---------

Co-authored-by: Roberto José Garcia Navarro <[email protected]>