Skip to content

Commit

Permalink
Mention a PHP extension dependency in the README.
Browse files Browse the repository at this point in the history
The test suite requires the additional JSON extension, for the
json_decode() function called throughout the suite. This is now
mentioned in the README as well.
  • Loading branch information
orlitzky committed Dec 24, 2014
1 parent d02c5d3 commit a9b88f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ set of tests. We're not quite there yet, but [we're getting close][coveralls].

[coveralls]: https://coveralls.io/r/rmccue/Requests?branch=master

To run the test suite, simply:
To run the test suite, first check that you have the [PHP
JSON extension ](http://php.net/manual/en/book.json.php) enabled. Then
simply:

$ cd tests
$ phpunit
Expand Down

0 comments on commit a9b88f8

Please sign in to comment.