Maurício Meneghini Fauth
|
2dabc839b3
|
Extract Config dependency from Template class
Uses DI instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2026-02-11 22:51:02 -03:00 |
|
Maurício Meneghini Fauth
|
5eeecfdb70
|
Extract HTML from ChangeLogControllerTest to fixture file
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2026-02-05 23:42:26 -03:00 |
|
Maurício Meneghini Fauth
|
195d049b69
|
Refactor ChangeLogController to use the new changelog file
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-10-14 13:20:52 -03:00 |
|
Maurício Meneghini Fauth
|
67a5c14e81
|
Remove TEST_PATH constant
Replace the TEST_PATH constant with __DIR__ to make the tests more
portable.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-07-16 14:10:16 -03:00 |
|
Maurício Meneghini Fauth
|
27f5a8aaf5
|
Remove ResponseRenderer::disable from ChangeLogController
Creates a new Response object instead of using the
response from ResponseRenderer class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-05-03 16:11:44 -03:00 |
|
Maurício Meneghini Fauth
|
137283f909
|
Remove unused constructor params from controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-04-08 15:59:34 -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 |
|