Skip to content

Releases: VasekPurchart/Phing-Tester

2.1

24 Mar 10:39
2.1
c0dc910
Compare
Choose a tag to compare

Maintenance

  • Replace Travis CI with GitHub Actions (#8)
  • Add support for PHP 7.4 (#10)
  • Update PHPUnit to 8.x (#11)

2.0

31 Dec 12:53
2.0
a2c8383
Compare
Choose a tag to compare
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.

1.0.1

03 May 16:59
Compare
Choose a tag to compare
  • Catch Throwable (#3)

1.0

20 Mar 19:43
Compare
Choose a tag to compare
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.

See the readme for complete documentation