Testing.md 261 B

Useful TestSuite additions

Let's you test even faster.

IntegrationTestCase

You can globally set

    protected $disableErrorHandlerMiddleware = true;

This is a quick way to disable all error handler middlewares on this integration test case.