- # DO NOT EDIT THIS FILE!
- #
- # It's auto-generated by sonata-project/dev-kit package.
- .PHONY: test docs
- all:
- @echo "Please choose a task."
- test:
- phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
- docs:
- cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
|