deleted file mode 100644
@@ -1,13 +0,0 @@
-all: clean test
-
-test:
- vendor/bin/phpunit
-coverage:
- vendor/bin/phpunit --coverage-html=artifacts/coverage
-view-coverage:
- open artifacts/coverage/index.html
-clean:
- rm -rf artifacts/*
new file mode 100644
@@ -0,0 +1,13 @@
+all: clean test
+
+test:
+ vendor/bin/phpunit
+coverage:
+ vendor/bin/phpunit --coverage-html=artifacts/coverage
+view-coverage:
+ open artifacts/coverage/index.html
+clean:
+ rm -rf artifacts/*