Commit Graph

3 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
99ad89e07d
Remove null handling from Http\Handler\ApplicationHandler
A Response object is always returned by InvocableController.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-22 15:35:08 -03:00
Maurício Meneghini Fauth
52b39e065d
Reset ResponseRenderer::$instance after test in ApplicationHandlerTest
Not resetting this value causes other tests to fail when running then in
a specific order.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-29 14:16:20 -03:00
Maurício Meneghini Fauth
606f66b5df
Rename tests/classes to tests/unit
This directory is for unit tests only, so let's rename it to unit to be
more clear.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-02-23 13:29:07 -03:00