Skip to content

Commit

Permalink
added travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jan 10, 2018
1 parent 333505a commit 521d2d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Codeception\Stub

[![Build Status](https://travis-ci.org/Codeception/Stub.svg?branch=master)](https://travis-ci.org/Codeception/Stub)

Library on top of PHPUnit's mock builder providing a highly simplified syntax:

## Reference

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

## Install

Expand Down

0 comments on commit 521d2d3

Please sign in to comment.