Skip to content

Commit b20fb7b

Browse files
committed
Disable network tests by default
1 parent f87358a commit b20fb7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
},
4242
"scripts": {
4343
"post-update-cmd": "php scripts/patchReadme.php",
44-
"test": "phpunit --exclude-group ''"
44+
"test": "phpunit --exclude-group 'needs-network'",
45+
"test-all": "phpunit --exclude-group ''"
4546
},
4647
"extra": {
4748
"version": "2.19.1-dev"

0 commit comments

Comments
 (0)