Download the PHP package bit-mx/saloon-response-factories without Composer
On this page you can find all versions of the php package bit-mx/saloon-response-factories. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bit-mx/saloon-response-factories
More information about bit-mx/saloon-response-factories
Files in bit-mx/saloon-response-factories
Package saloon-response-factories
Short Description Test saloon requests easily
License MIT
Informations about the package saloon-response-factories
Saloon Response Factories
Table of Contents
- Installation
- Requirements
- Use
- Headers
- Status
- Create a new factory
Installation
You can install the package via composer:
Requirements
This package requires Laravel 10.0 or higher and PHP 8.1 or higher.
Use
You can use factories to create fake data for your Saloon tests
To create a factory you should extend the SaloonResponseFactory class and implement the definition method.
You can use the faker property to generate fake data.
Wrapping the response
You can use the wrap method to wrap the response in a custom structure.
This create a response like this:
Metadata
You can use the metadata method to add metadata to the response.
This creates a response like this:
Count
You can also use the count method to create an array of fake data.
This code create a MockResponse like this:
You can use the state method to change the default values of the factory.
Or create a new method in the factory to change the default values.
Headers
You can use the headers method to add headers to the response.
You can also use the headers method to add multiple headers.
Status
You can use the status method to change the status code of the response.
Create a new factory
You can create a new factory using the artisan command.
This command will create a new factory in the tests/SaloonResponseFactories
directory.
All versions of saloon-response-factories with dependencies
saloonphp/saloon Version ^3.0
illuminate/support Version ^10.0 || ^11.0
illuminate/console Version ^10.0 || ^11.0
fakerphp/faker Version ^1.23