File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ AspectMock
2
2
==========
3
3
4
4
AspectMock 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,
6
6
AspectMock allows you to stub and mock practically anything in your PHP code!
7
7
8
8
** 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 )
9
9
10
- ** Stability** : alpha
11
-
12
10
[ ![ Build Status] ( https://travis-ci.org/Codeception/AspectMock.png?branch=master )] ( https://travis-ci.org/Codeception/AspectMock )
13
11
[ ![ 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
+
15
14
16
15
## Motivation
17
16
You can’t perform that action at this time.
0 commit comments