File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ AspectMock
22==========
33
44AspectMock is not an ordinary PHP mocking framework.
5- With the power of Aspect Oriented programming and the awesome [ Go-AOP] ( https://github.com/lisachenko/go-aop-php ) library,
5+ With the power of Aspect Oriented programming and the awesome [ Go-AOP] ( https://github.com/goaop/framework ) library,
66AspectMock allows you to stub and mock practically anything in your PHP code!
77
88** Documentation** | [ Test Doubles Builder] ( https://github.com/Codeception/AspectMock/blob/master/docs/Test.md ) | [ ClassProxy] ( https://github.com/Codeception/AspectMock/blob/master/docs/ClassProxy.md ) | [ InstanceProxy] ( https://github.com/Codeception/AspectMock/blob/master/docs/InstanceProxy.md ) | [ FuncProxy] ( https://github.com/Codeception/AspectMock/blob/master/docs/FuncProxy.md )
99
10- ** Stability** : alpha
11-
1210[ ![ Build Status] ( https://travis-ci.org/Codeception/AspectMock.png?branch=master )] ( https://travis-ci.org/Codeception/AspectMock )
1311[ ![ Latest Stable Version] ( https://poser.pugx.org/codeception/aspect-mock/v/stable.png )] ( https://packagist.org/packages/codeception/aspect-mock )
14- [ ![ Latest Unstable Version] ( https://poser.pugx.org/codeception/aspect-mock/v/unstable.png )] ( https://packagist.org/packages/codeception/aspect-mock )
12+ [ ![ PHP 7 ready] ( http://php7ready.timesplinter.ch/Codegyre/Robo/badge.svg )] ( https://travis-ci.org/Codegyre/Robo )
13+
1514
1615## Motivation
1716
You can’t perform that action at this time.
0 commit comments