Merge pull request #165 from corpsee/feature-added-aspect-mock

Added AspectMock library
This commit is contained in:
Jamie York 2014-10-18 14:14:42 -06:00
commit f8c5640a1d
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
* [AspectMock](https://github.com/Codeception/AspectMock) - A mocking framework for PHPUnit/Codeception.
* [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.