mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-20 12:21:40 +02:00
Add new Templating section.
This commit is contained in:
14
_posts/11-04-01-Complementary-Testing-Tools.md
Normal file
14
_posts/11-04-01-Complementary-Testing-Tools.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: complementary_testing_tools
|
||||
---
|
||||
|
||||
## Complementary Testing Tools {#complementary_testing_tools_title}
|
||||
|
||||
Besides individual testing and behavior driven frameworks, there are also a number of generic frameworks and helper libraries useful for any preferred approach taken.
|
||||
|
||||
### Tool Links
|
||||
|
||||
* [Selenium](http://seleniumhq.org/) is a browser automation tool which can be [integrated with PHPUnit](http://phpunit.de/manual/current/en/selenium.html)
|
||||
* [Mockery](https://github.com/padraic/mockery) is a Mock Object Framework which can be integrated with [PHPUnit](http://phpunit.de/) or [PHPSpec](http://www.phpspec.net/)
|
||||
* [Prophecy](https://github.com/phpspec/prophecy) is a highly opinionated yet very powerful and flexible PHP object mocking framework. It's integrated with [PHPSpec](http://www.phpspec.net/) and can be used with [PHPUnit](http://phpunit.de/).
|
Reference in New Issue
Block a user