From 313760f12d8a44ed4be77ac034a0619c436a7f17 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Fri, 30 Nov 2012 21:57:12 +0530 Subject: [PATCH] Fix the link of atoum which seems moved to https://github.com/atoum/atoum --- _posts/08-02-01-Test-Driven-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/08-02-01-Test-Driven-Development.md b/_posts/08-02-01-Test-Driven-Development.md index fdbd953..91a7e59 100644 --- a/_posts/08-02-01-Test-Driven-Development.md +++ b/_posts/08-02-01-Test-Driven-Development.md @@ -33,7 +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) +* [atoum](https://github.com/atoum/atoum) ### Integration Testing