Skip to content

Commit

Permalink
Fix words in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mavrck authored and crynobone committed Oct 18, 2013
1 parent 30ef3e1 commit 8d42fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.
Orchestra\Testbench is a simple package that is suppose to help you write test cases for your Laravel package especially when there is 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)
Expand Down Expand Up @@ -29,7 +29,7 @@ To install through composer, simply put the following in your `composer.json` fi

## Usage

To use Orchestra\Testbench all you need to do is extends `Orchestra\Testbench\TestCase` instead of `PHPUnit_Framework_TestCase`. The fixture `app` booted by `Orchestra\Testbench\TestCase` is predefined to follow the base Laravel 4 application skeleton.
To use Orchestra\Testbench all you need to do is extend `Orchestra\Testbench\TestCase` instead of `PHPUnit_Framework_TestCase`. The fixture `app` booted by `Orchestra\Testbench\TestCase` is predefined to follow the base Laravel 4 application skeleton.

```php
<?php
Expand Down

0 comments on commit 8d42fd4

Please sign in to comment.