mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
@@ -14,6 +14,8 @@ libraries useful for any preferred approach taken.
|
|||||||
* [Mockery] is a Mock Object Framework which can be integrated with [PHPUnit] or [PHPSpec]
|
* [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
|
* [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].
|
[PHPSpec] and can be used with [PHPUnit].
|
||||||
|
* [php-mock] is a library to help to mock PHP native functions.
|
||||||
|
* [Infection] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
|
||||||
|
|
||||||
|
|
||||||
[Selenium]: https://www.seleniumhq.org/
|
[Selenium]: https://www.seleniumhq.org/
|
||||||
@@ -22,3 +24,6 @@ libraries useful for any preferred approach taken.
|
|||||||
[PHPUnit]: https://phpunit.de/
|
[PHPUnit]: https://phpunit.de/
|
||||||
[PHPSpec]: https://www.phpspec.net/
|
[PHPSpec]: https://www.phpspec.net/
|
||||||
[Prophecy]: https://github.com/phpspec/prophecy
|
[Prophecy]: https://github.com/phpspec/prophecy
|
||||||
|
[php-mock]: https://github.com/php-mock/php-mock
|
||||||
|
[Infection]: https://github.com/infection/infection
|
||||||
|
[Mutation Testing]: https://en.wikipedia.org/wiki/Mutation_testing
|
||||||
|
Reference in New Issue
Block a user