Skip to content

Commit

Permalink
composer test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMiracle committed Apr 16, 2019
1 parent 51fc6d1 commit 3e54829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.phpintel
vendor
composer.lock
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "vendor/bin/phpunit --no-configuration SergeyMiracle\\Uploadable\\Tests\\UploadableTest tests/UploadableTest.php"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 3e54829

Please sign in to comment.