ConsoleIntegrationTestCase |
A test case class intended to make integration tests of cake console commands
easier. |
IntegrationTestCase |
A test case class intended to make integration tests of
your controllers easier. |
LegacyCommandRunner |
Class that dispatches to the legacy ShellDispatcher using the same signature
as the newer CommandRunner |
LegacyRequestDispatcher |
Dispatches a request capturing the response for integration testing
purposes into the Routing\Dispatcher stack. |
LegacyShellDispatcher |
Allows injecting mock IO into shells |
MiddlewareDispatcher |
Dispatches a request capturing the response for integration
testing purposes into the Cake\Http stack. |
TestCase |
Cake TestCase class |
TestEmailTransport |
TestEmailTransport |
TestSuite |
A class to contain test cases and run them with shared fixtures |