-
Notifications
You must be signed in to change notification settings - Fork 39
feature/codeception-upgrade-to-v5 #78
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
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]>
[4b5f547] feature/codeception-upgrade-to-v5 (#2) Co-authored-by: koehnlein <[email protected]>
* [834d22b] Improve for codeception 5 and PHP 8.1 (#3) (Codeception#78) [4b5f547] feature/codeception-upgrade-to-v5 (#2) Co-authored-by: koehnlein <[email protected]> * Codeception#69 Fix licence type in composer.json (Codeception#74) * Sync fork with upstream and update dependencies - Update composer.lock to reflect new package versions and hashes. - Change PHP requirement from `>=8.0` to `^8.1` in composer.json. - Upgrade Docker base image to `phpdockerio/php:8.1-fpm`. - Modify VisualCeption.php methods to enhance exception handling and improve code readability. * Refactor method declarations by removing unnecessary line breaks for improved readability in VisualCeption module. --------- Co-authored-by: Giorgos Giakoumettis <[email protected]> Co-authored-by: Michal Bureš <[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: