Skip to content

Commit

Permalink
composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Sep 12, 2019
1 parent 00d3a63 commit 302fe49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea/
vendor/
node_modules/
.DS_Store
.composer.lock
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"scripts": {
"test": "phpunit"
"test": "vendor/bin/phpunit --testdox"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 302fe49

Please sign in to comment.