Browse Source

Added Prophecy

Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. 

It's used as mocking framework in [PHPSpec](https://github.com/phpspec/phpspec) and will eventually be supported by [PHPUnit](https://github.com/sebastianbergmann/phpunit) (see: 6c21c66567/).
pull/262/head
Benjamin Cremer 11 years ago
parent
commit
4ce28d0db6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

223
 * [Atoum](https://github.com/atoum/atoum) - A simple testing library.
223
 * [Atoum](https://github.com/atoum/atoum) - A simple testing library.
224
 * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
224
 * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
225
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
225
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
226
+* [Prophecy](https://github.com/phpspec/prophecy) - Highly opinionated mocking framework for PHP 5.3+.
226
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
227
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
227
 * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
228
 * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
228
 * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
229
 * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.

Loading…
Cancel
Save