We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87358a commit b20fb7bCopy full SHA for b20fb7b
1 file changed
composer.json
@@ -41,7 +41,8 @@
41
},
42
"scripts": {
43
"post-update-cmd": "php scripts/patchReadme.php",
44
- "test": "phpunit --exclude-group ''"
+ "test": "phpunit --exclude-group 'needs-network'",
45
+ "test-all": "phpunit --exclude-group ''"
46
47
"extra": {
48
"version": "2.19.1-dev"
0 commit comments