Skip to content

Commit d53917c

Browse files
committed
Add Travis-CI widget
1 parent ccc41b2 commit d53917c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## Introduction ##
32

43
MockFunction is a PHPUnit extension that uses `runkit` to mock PHP functions (both user-defined and system) or static methods and use mockobject-style invocation matchers, parameter constraints and all that magic.
@@ -55,7 +54,7 @@ You can use all invocation matchers, constraints and stub returns, for example:
5554
)
5655
)->will( $this->returnValue( true ) );
5756

58-
For further information see http://www.phpunit.de/manual/3.0/en/mock-objects.html
59-
60-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tcz/phpunit-mockfunction/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
61-
57+
For further information see http://www.phpunit.de/manual/3.0/en/mock-objects.html
58+
59+
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tcz/phpunit-mockfunction/trend.png)](https://bitdeli.com/free "Bitdeli Badge") [![Build Status](https://travis-ci.org/tcz/phpunit-mockfunction.svg?branch=master)](https://travis-ci.org/tcz/phpunit-mockfunction)
60+

0 commit comments

Comments
 (0)