We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d81651 commit 21b3213Copy full SHA for 21b3213
.gitignore
@@ -14,3 +14,6 @@ composer.lock
14
15
# Test Coverage
16
/test-reports
17
+
18
+# OS
19
+.DS_Store
composer.json
@@ -45,7 +45,7 @@
45
"lint": [
46
"php-cs-fixer fix -v"
47
],
48
- "test:with-coverage": [
+ "test:coverage": [
49
"phpunit --coverage-html ./test-reports"
50
51
"test": [
0 commit comments