Sfoglia il codice sorgente

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 anni fa
parent
commit
4ce28d0db6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

@@ -223,6 +223,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
223 223
 * [Atoum](https://github.com/atoum/atoum) - A simple testing library.
224 224
 * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
225 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 227
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
227 228
 * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
228 229
 * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.

Loading…
Annulla
Salva