Add running instructions to readme and fix Makefile
Some checks failed
PHP Composer / build (pull_request) Has been cancelled

This commit is contained in:
Armel van Ravels
2025-05-28 16:23:36 +02:00
parent 8af77cc77e
commit 66ee9d55bf
3 changed files with 8 additions and 8 deletions

View File

@@ -16,4 +16,4 @@ it('view is rendered', function (): void {
$body->rewind();
expect($body->getContents())->toBe('Welkom');
});
});