Skip to content

Commit

Permalink
Addition of PHPUnit in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre LEJEUNE committed Dec 19, 2019
1 parent 58d37d9 commit d59f5a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ twig_cs: ## Lance les contrôles qualité sur les templates TWIG
twig_cs: vendor
./vendor/bin/twigcs lint src/Resources/views

twig_cs: ## Lance les contrôles qualité sur les templates TWIG
twig_cs: vendor
./vendor/bin/twigcs lint src/Resources/views

test:
./vendor/bin/phpunit --coverage-text --coverage-html ./coverage

.PHONY: security php_cs php_cs_dry_run twig_cs


Expand Down

0 comments on commit d59f5a3

Please sign in to comment.