<!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## π₯ DevOps <!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the problem is.--> Developers must be able to run the unit tests locally I had trouble running the unit tests locally. This is required to uncover where the coverage is missing. It does not work out of the box on my end: <img width="731" height="405" alt="Image" src="https://github.com/user-attachments/assets/536231e5-eff4-45e6-9518-e64d09befdc3" /> <img width="1852" height="356" alt="Image" src="https://github.com/user-attachments/assets/b9c1ddfd-56d7-482d-91ba-155ee346c048" /> It would be good to have a command like `composer run test:unit` which runs things locally. It should also be used by the workflow. A proper docker setup could be a way to ensure the developer does not need too much software or specifically configured php on his pc.