Skip to content

Commit

Permalink
Fixes typo in Make file
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjreed committed Dec 3, 2023
1 parent 92bf7c4 commit 0ec0638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vendor: composer.json composer.lock

.PHONY: test phpcs phpunit composer-validate composer-outdated

test: phpunit phpcscomposer-validate composer-outdated
test: phpunit phpcs composer-validate composer-outdated

phpunit: vendor
composer run-script phpunit:coverage
Expand Down

0 comments on commit 0ec0638

Please sign in to comment.