mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 01:03:57 +02:00
Fixed link for Enhance PHP
Thanks to @w00 for pointing this one out in #332.
This commit is contained in:
committed by
Josh Lockhart
parent
cd130fcb20
commit
0cc17ac2e1
@@ -30,10 +30,11 @@ you run a project which accepts pull requests then you should suggest this as a
|
||||
[PHPUnit](http://phpunit.de) is the de-facto testing framework for writing unit tests for PHP
|
||||
applications, but there are several alternatives
|
||||
|
||||
* [SimpleTest](http://simpletest.org)
|
||||
* [Enhance PHP](http://www.enhance-php.com/)
|
||||
* [PUnit](http://punit.smf.me.uk/)
|
||||
* [atoum](https://github.com/atoum/atoum)
|
||||
* [Enhance PHP](https://github.com/Enhance-PHP/Enhance-PHP)
|
||||
* [PUnit](http://punit.smf.me.uk/)
|
||||
* [SimpleTest](http://simpletest.org)
|
||||
|
||||
|
||||
### Integration Testing
|
||||
|
||||
|
Reference in New Issue
Block a user