mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 00:29:55 +02:00
Style consistency Round 2
- spacing of jekyll tags at top of file - line wrap at 120 chars - url/link verification and move to bottom and order
This commit is contained in:
@@ -1,14 +1,24 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: complementary_testing_tools
|
||||
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.
|
||||
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/).
|
||||
* [Selenium] is a browser automation tool which can be [integrated with PHPUnit]
|
||||
* [Mockery] is a Mock Object Framework which can be integrated with [PHPUnit] or [PHPSpec]
|
||||
* [Prophecy] is a highly opinionated yet very powerful and flexible PHP object mocking framework. It's integrated with
|
||||
[PHPSpec] and can be used with [PHPUnit].
|
||||
|
||||
|
||||
[Selenium]: http://seleniumhq.org/
|
||||
[integrated with PHPUnit]: http://phpunit.de/manual/current/en/selenium.html
|
||||
[Mockery]: https://github.com/padraic/mockery
|
||||
[PHPUnit]: http://phpunit.de/
|
||||
[PHPSpec]: http://www.phpspec.net/
|
||||
[Prophecy]: https://github.com/phpspec/prophecy
|
||||
|
Reference in New Issue
Block a user