Skip to content

Commit

Permalink
README: add composer install instructions
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
JDGrimes committed Feb 3, 2015
1 parent 57fe277 commit 838d066
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ reachable from your testing environment. This testcase solves this by letting yo
route your requests to a different different host address, use a cached set of
responses, or just mock the remote responses by supplying artificial ones.

# Installation

You can install this package using composer:

```bash
composer require --dev jdgrimes/wp-http-testcase:~1.1
```

# Usage

To use it in your code, you need to first include the `wp-http-testcase.php` file in
Expand Down

0 comments on commit 838d066

Please sign in to comment.