mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 03:21:18 +02:00
Removed comments attached to links since some people apparantly think it makes the markdown files hard to read
This commit is contained in:
@@ -6,12 +6,8 @@ does not break when you are making changes or adding new functionality.
|
|||||||
|
|
||||||
Some common tools are:
|
Some common tools are:
|
||||||
|
|
||||||
* [PHPUnit](http://phpunit.de) is the dominant [unit-testing](http://en.wikipedia.org/wiki/Unit_testing) framework used
|
* [PHPUnit](http://phpunit.de)
|
||||||
by PHP developers
|
* [Behat](http://behat.org)
|
||||||
* [Behat](http://behat.org) is testing framework for those who prefer to
|
* [Selenium](http://seleniumhq.org/)
|
||||||
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
|
|
||||||
|
|
||||||
[Back to Top](#top){.top}
|
[Back to Top](#top){.top}
|
||||||
|
Reference in New Issue
Block a user