Codeception / module-laravel

Modern Laravel module for Codeception
MIT License
5 stars 13 forks source link

Does this package supports laravel 8 ? #1

Closed mazraara closed 3 years ago

mazraara commented 4 years ago

Currently getting an error when trying to run test cases in laravel 8

image

Naktibalda commented 4 years ago

You are welcome to fix it and raise pull request.

TavoNiievez commented 3 years ago

@mazraara Version 2.0 is now available!

Support for Laravel 8 was added.

Your issue should disappear when updating.

In case the issue is still there, you can now use the test project: https://github.com/Codeception/laravel-module-tests so you can reproduce the bug and share it for analysis.

Cheers!