Skip to content

Commit 21b3213

Browse files
committed
Tidy
1 parent 3d81651 commit 21b3213

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ composer.lock
1414

1515
# Test Coverage
1616
/test-reports
17+
18+
# OS
19+
.DS_Store

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint": [
4646
"php-cs-fixer fix -v"
4747
],
48-
"test:with-coverage": [
48+
"test:coverage": [
4949
"phpunit --coverage-html ./test-reports"
5050
],
5151
"test": [

0 commit comments

Comments
 (0)