Skip to content

Commit

Permalink
Add badges.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 18, 2013
1 parent 97eeb16 commit 340f9a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Laravel Package Unit Testing Helper

Orchestra\Testbench is a simple package that suppose to help you write test cases for your Laravel package especially when there routing involved.

[![Latest Stable Version](https://poser.pugx.org/orchestra/testbench/v/stable.png)](https://packagist.org/packages/orchestra/testbench)
[![Total Downloads](https://poser.pugx.org/orchestra/testbench/downloads.png)](https://packagist.org/packages/orchestra/testbench)
[![Build Status](https://travis-ci.org/orchestral/testbench.png?branch=2.0)](https://travis-ci.org/orchestral/testbench)
[![Coverage Status](https://coveralls.io/repos/orchestral/testbench/badge.png?branch=2.0)](https://coveralls.io/r/orchestral/testbench?branch=2.0)

## Installation

To install through composer, simply put the following in your `composer.json` file:
Expand Down

0 comments on commit 340f9a7

Please sign in to comment.