Skip to content

1.0

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 20 Mar 19:43
· 43 commits to master since this release

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.

See the readme for complete documentation