Closed jelhan closed 2 years ago
@tiger-seo Any chance to get this one merged?
@jelhan sorry for not responding; why do u suggest to drop codeception 3.0 and bump major version of this extension ?
@jelhan sorry for not responding; why do u suggest to drop codeception 3.0 and bump major version of this extension ?
Mostly two reasons if I recall correctly:
But at the end of the day that decision is up to you.
@tiger-seo any update?
+1 for drop support for legacy codeception/php version
I think when someone use a old codeception version he can use a specific branch like described in the readme
It would be great to see this PR (or #43) merged, but until that happens I am using the code from this PR via a workaround in composer.json
:
change the require line to:
"codeception/phpbuiltinserver": "dev-codeception-4",
add:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jelhan/PhpBuiltinServer"
}
],
This overrides the PHPBuiltinServer from Packagist with @jelhan's fork, and pulls the codeception-4
branch.
Ref:
@tiger-seo any update here for support codeception v4?
Ping for this PR!
I see with php 8.1 some issues:
PHP Warning: proc_open(): Unable to copy file descriptor 7 (for pipe) into file descriptor 1: Bad file descriptor
PHP Warning: proc_open(): Unable to copy file descriptor 8 (for pipe) into file descriptor 1: Bad file descriptor
any updates here?
any updates here?
master branch already supports codeception 4
Already implemented with #43. Closing this one to avoid confusion.
This is a breaking change. It drops support for
Closes #38