From a53aae0c91445d87ec17aaa233d472cb7fb7ad89 Mon Sep 17 00:00:00 2001 From: Julien BIANCHI Date: Mon, 3 Sep 2012 10:18:58 +0300 Subject: [PATCH] Add atoum to the list of available PHP unit test framework --- _posts/08-02-01-Test-Driven-Development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/08-02-01-Test-Driven-Development.md b/_posts/08-02-01-Test-Driven-Development.md index 4498555..07b549d 100644 --- a/_posts/08-02-01-Test-Driven-Development.md +++ b/_posts/08-02-01-Test-Driven-Development.md @@ -33,6 +33,7 @@ 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/mageekguy/atoum) ### Integration Testing