Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 207 Bytes

tests.md

File metadata and controls

17 lines (13 loc) · 207 Bytes

Tests

Lancer les tests

phpunit -c app/

Une commande symfony existe aussi pour lancer les tests phpunit:

php app/console tests

ou

php app/console tests --verbose