Resolve "Documentation: utiliser mkdocs (avec l'extension mkdocs-material) plutôt que Sphinx"

This commit is contained in:
2025-12-05 11:33:14 +00:00
committed by Julien Fastré
parent b221ad1621
commit 7ad24bef8a
87 changed files with 3500 additions and 4086 deletions

View File

@@ -0,0 +1,23 @@
# Code style, code quality and other tools
## PHP-cs-fixer
For development, you will also have to install:
- [php-cs-fixer ](https://cs.symfony.com/)
We also encourage you to use tools like [phpstan ](https://phpstan.org) and [rector ](https://getrector.com).
For running php-cs-fixer:
symfony composer php-cs-fixer
## Execute tests
symfony composer exec phpunit -- /path/to_your_test.php
Note that IDE like PhpStorm should be able to run tests, even KernelTestcase or WebTestCase, [from within their interfaces ](https://www.jetbrains.com/help/phpstorm/using-phpunit-framework.html#run_phpunit_tests).
## Execute rector
symfony composer exec rector -- process