From 559da00a02879e316e88ab5d85db1ebba1273736 Mon Sep 17 00:00:00 2001 From: Corpsee Date: Sun, 13 Jul 2014 10:42:05 +0700 Subject: [PATCH] Added AspectMock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0a750f..c63fdb1 100644 --- a/README.md +++ b/README.md @@ -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.