Releases: Codeception/module-cli
Releases · Codeception/module-cli
2.0.1
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #10
- The changelog has been added to the Readme file, by @Arhell in #9
Full Changelog: 1.1.1...2.0.0
Preparation for PHPUnit 10
Use wrapper for assertRegExp method
Add grabShellOutput method
* Add grabShellOutput for Cli * Return...
Support PHP 8
- Support PHP 8 (no code change)
- Deleted local copy of generated documentation
Documentation improvements
1.0.3 Improved documentation of exit codes
Fixed dontSeeInShellOutput for older versions of PHPUnit
1.0.2 Fixed dontSeeInShellOutput for older versions of PHPUnit
Compatibility with PHPUnit 9
Use assertStringNotContainsString instead of assertNotContains in dontSeeInShellOutput
Initial release
1.0.0 Added package files