diff --git a/_includes/testing.md b/_includes/testing.md index 9b36cd9..118dd3e 100644 --- a/_includes/testing.md +++ b/_includes/testing.md @@ -6,12 +6,8 @@ does not break when you are making changes or adding new functionality. Some common tools are: -* [PHPUnit](http://phpunit.de) is the dominant [unit-testing](http://en.wikipedia.org/wiki/Unit_testing) framework used -by PHP developers -* [Behat](http://behat.org) is testing framework for those who prefer to -use [Behaviour Driven Development](http://en.wikipedia.org/wiki/Behaviour-driven_development) to -test their applications -* [Selenium](http://seleniumhq.org/) is a tool that can automate browser usage -for testing purposes +* [PHPUnit](http://phpunit.de) +* [Behat](http://behat.org) +* [Selenium](http://seleniumhq.org/) [Back to Top](#top){.top}