-
Notifications
You must be signed in to change notification settings - Fork 38
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
feature/codeception-upgrade-to-v5 #78
Conversation
I fixed the automated test in another pull request: ggiak#3 I don't know how and if I can update this pull request directly. But maybe someone else could have a look. |
Should I squash this PR? this action probably remove @koehnlein as the author of part of the code, on the other hand there is 18 commits... what do you think @ggiak @koehnlein ? |
@buresmi7 I am ok with it, though if @koehnlein wishes we can rebase interactively. |
[4b5f547] feature/codeception-upgrade-to-v5 (#2) Co-authored-by: koehnlein <[email protected]>
8053d15
to
4b1e5da
Compare
@buresmi7, @koehnlein, I rebased, left 1 commit with co-authored-by & commit hash. This should do the trick :) |
[4b5f547] feature/codeception-upgrade-to-v5 (#2) Co-authored-by: koehnlein <[email protected]>
Following up to https://github.com/Codeception/Codeception/blob/5.0/src/Codeception/Module.php
This is the complete Pull request to support Codeception v5
as well as some restructuring quite few things for the project to make it compatible to php8
at the same time there are some structural changes on the project to better match with the rest of the codeception modules.
Introduced folder structure as follows:
src/Codeception
Additionally this also includes:
Testing
docker-compose up --abort-on-container-exit --build
Results: