Releases: VasekPurchart/Phing-Tester
2.1
2.0
Maintenance
BC breaks: Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#4)
- Remove support for PHP 7.1 since it is no longer supported (#5)
- Support for PHP 7.3 (#6)
- PHPUnit 7.x (#7)
1.0.1
1.0
Phing is a build system which you can extend by writing PHP code. This is really useful, especially for PHP projects so that you do not need any additional technologies and can potentially reuse existing code. But when you are writing such extensions, you should also test them. And because the nature of the build system is printing output, manipulating files and other "system" stuff, then writing isolated tests becomes an issue. Phing Tester should help with this task by providing a way to run Phing targets from PHPUnit tests as if they were run from the command line itself.