https://github.com/o/rest-api-test-example
Testing REST API's with Guzzle (3|4) and PHPUnit
https://github.com/o/rest-api-test-example
Last synced: 8 months ago
JSON representation
Testing REST API's with Guzzle (3|4) and PHPUnit
- Host: GitHub
- URL: https://github.com/o/rest-api-test-example
- Owner: o
- Created: 2013-05-20T20:41:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T12:05:38.000Z (almost 12 years ago)
- Last Synced: 2025-03-06T00:01:56.148Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 207 KB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository demonstrates using Guzzle for testing REST API's with PHPUnit.
First of all you need to install `composer` for installing dependencies.
If you have already, install dependecies with,
composer install
To running tests,
vendor/bin/phpunit --testdox
Special thanks to [Norbert C. Maier](https://github.com/normai) for adding tests for Guzzle 4. See pull request #2 for other notes.
[](https://travis-ci.org/o/rest-api-test-example)