Download the PHP package fuzz/rest-tester without Composer
On this page you can find all versions of the php package fuzz/rest-tester. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fuzz/rest-tester
More information about fuzz/rest-tester
Files in fuzz/rest-tester
Download fuzz/rest-tester
More information about fuzz/rest-tester
Files in fuzz/rest-tester
Vendor fuzz
Package rest-tester
Short Description A base test suite for RESTful APIs written with Laravel.
License MIT
Package rest-tester
Short Description A base test suite for RESTful APIs written with Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package rest-tester
Laravel REST-tester
A suite of helper methods to test REST APIs.
Setup
- Require-dev the composer package
- Extend your base API test case from
Fuzz\RestTests\BaseRestTestCase
- Adjust
setUp
andtearDown
as needed. The tests for this package are a good example of how to use it.- This package extends
orchestra/testbench
so all available functionality is present inrest-tester
- This package extends
Helper Traits
Base
Fuzz\RestTests\BaseRestTestCase
provides some helper methods to configure tests for a RESTful API
Resources
Fuzz\RestTests\Resources\RestfulResource
provides helper methods to test endpoints for restful resources- Add
Fuzz\RestTests\Resources\TestResourceX
(where X is the resource action) traits depending on which actions need to be tested
OAuth
Fuzz\RestTests\AuthTraits\OAuthTrait
provides methods to authenticate, refresh tokens, retrieve tokens from request objects, create users/clients with scopes, etc.
Who tests the testers?
Run phpunit
after composer install
.
All versions of rest-tester with dependencies
PHP Build Version
Package Version
No informations.
The package fuzz/rest-tester contains the following files
Loading the files please wait ....