From 7ae01fe9d9c95dd581e2239dc7740f822b61e4ef Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Mon, 5 Oct 2015 16:39:31 -0400 Subject: [PATCH] Added Peridot Removed EnhancePHP as it's not been touched in years and has fewer stars than a test-framework @codeguy bounced earlier today. Removed punit as their website has vanished and their github repo hasn't been touched since 2012. Contact me if you think either should come back, but we probably don't need to worry about it. Peridot is really good, go look at it. --- _posts/11-02-01-Test-Driven-Development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index db7188c..10ded53 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -36,9 +36,8 @@ which accepts pull requests then you should suggest this as a requirement. are several alternatives * [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) +* [Peridot](http://peridot-php.github.io/) ### Integration Testing