Skip to content

jdc7894/rest-api-test-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for adding tests for Guzzle 4. See pull request #2 for other notes.

Build Status

About

Testing REST API's with Guzzle (3|4) and PHPUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%