> For the complete documentation index, see [llms.txt](https://docs.saloon.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saloon.dev/1/next-steps/testing-faking-responses.md).

# Mocking Responses

It's important when building API integrations or SDKs to test your application's response to particular API requests without actually making a request to the API. Saloon has a fluent, and easy to understand workflow to help you build your tests.

* [Click here for testing in Non-Laravel / PHP projects](/1/next-steps/testing-faking-responses/non-laravel-php.md)
* [Click here for testing in Laravel projects](/1/next-steps/testing-faking-responses/laravel.md)
