Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Potapov committed Aug 28, 2023
1 parent 33ac91b commit 7aeb6c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
install:
docker run --rm --interactive --tty \
--volume .:/app \
composer install
phpunit:
docker run -it --rm \
--volume .:/app php:8.2-cli \
php app/vendor/bin/phpunit app/tests
--configuration=app/phpunit.xml

0 comments on commit 7aeb6c4

Please sign in to comment.