Calvin Alkan

Results 44 comments of Calvin Alkan

> Sure thing, thank you! If possible, create 2 pull requests so we could adopt those patches to v5 faster @DavertMik Great, let's start with https://github.com/Codeception/Codeception/issues/6535 if you agree on...

@Naktibalda can you fix CS or tell me how to run it. 8.1 failure is unrelated, please rerun workflows

Working fix, I cant submit a PR because I have a fastly different custom version of wpemerge but this will fix the issue: ```php public function toString() : string {...

I don't have a concrete API in mind right now, the API from the cli module is fine. The problem is registering commands in the child process. This is how...

Maybe an idea would be to use the symlink approach I employed there: ```php // ... _before(CliTester $I) { $I->haveWPCLICommandsAt('/path/to/wp-cli/commands.php'); } ``` For now, I think the symlink approach is...

8eb460ed8d9d940c5d9392f1e5d3c37f55b20a41 - Allows preventing the inheritance of a few select env variables. I added this feature because I lost nearly a day with the following scenario: Running codeception like this:...

491fae8f55306363caa1ef341639be9d763694d6- allow blocking some runner envs vars through module config. This leverages the API provided in 8eb460e to allow preventing the inheritance of some env vars through the configuration to...

@lucatume codeception v5 will require PHP8 btw. IMO we should hold out a little bit more and then make a clean cut requiring 8.0 aswell here.

@lucatume My suggestion is that we wait until 28 Nov 2022 and then release a new v4 that requires codeception 5 and PHP8. 7.4 loses security updates on that date.