From 4ce28d0db61ce51fd2a2757074625ab80a3bb6ca Mon Sep 17 00:00:00 2001 From: Benjamin Cremer Date: Mon, 10 Nov 2014 08:06:02 +0100 Subject: [PATCH] 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: https://github.com/sebastianbergmann/phpunit/commit/6c21c66567031c863f207fb46b3c1c545d5589d1). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6a5a10..bcf85fa 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Atoum](https://github.com/atoum/atoum) - A simple testing library. * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing. * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing. +* [Prophecy](https://github.com/phpspec/prophecy) - Highly opinionated mocking framework for PHP 5.3+. * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library. * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.