# 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](https://docs.saloon.dev/1/next-steps/testing-faking-responses/non-laravel-php)
* [Click here for testing in Laravel projects](https://docs.saloon.dev/1/next-steps/testing-faking-responses/laravel)
