Skip to content

Commit 521d2d3

Browse files
committed
added travis badge
1 parent 333505a commit 521d2d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Codeception\Stub
22

3+
[![Build Status](https://travis-ci.org/Codeception/Stub.svg?branch=master)](https://travis-ci.org/Codeception/Stub)
4+
35
Library on top of PHPUnit's mock builder providing a highly simplified syntax:
46

57
## Reference
68

7-
* [Stub](https://github.com/Codeception/Stub/blob/master/docs/Stub.md)
8-
* [Expected](https://github.com/Codeception/Stub/blob/master/docs/Expected.md)
9-
* [Stub Trait](https://github.com/Codeception/Stub/blob/master/docs/StubTrait.md)
9+
* [Stub](https://github.com/Codeception/Stub/blob/master/docs/Stub.md) - creating stub classes using static methods
10+
* [Stub Trait](https://github.com/Codeception/Stub/blob/master/docs/StubTrait.md) - creating stubs and mocks using trait
11+
* [Expected](https://github.com/Codeception/Stub/blob/master/docs/Expected.md) - defining expectations for mocks
1012

1113
## Install
1214

0 commit comments

Comments
 (0)