xzirrow / GuzzleTesting

simple repo to work through testing with Guzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GuzzleTesting

This is a simple repo to learn how to test with Guzzle. It was originally conceived to support an articles written on SitePoint.com. If you'd like to know more about Guzzle, have a look at the links below:

Getting Started

To get started, clone the repository, then from the tests directory, just call phpunit. This will be enough to get you underway. If you want to adjust the configuration, make changes in phpunit.xml.dist as required. For more information, refer to the official configuration documentation.

About

simple repo to work through testing with Guzzle