Mario-Radu Magda
Mario-Radu Magda
Rewrite unit tests declared in AppTest\Handler namespace because they reference non-existent classes like HomePageHandler.
We should consider adding a new github action that will validate the database structure using doctrine's command : `php bin/doctrine orm:validate-schema --skip-sync` The `--skip-sync` option it's required here because we...
## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | 5 | | BC Break? | Yes | ### Goal Implement the same Handler...