Skip to content

Commit edae6cd

Browse files
committed
Removed unneeded test stuff from box.json
1 parent 9fcb470 commit edae6cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

box.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"finder": [
99
{
1010
"name": "*.php",
11-
"exclude": ["tests"],
11+
"exclude": [
12+
"tests",
13+
"behat",
14+
"Tests",
15+
"phpspec",
16+
"mockery",
17+
"phpunit"
18+
],
1219
"in": "vendor"
1320
}
1421
],

0 commit comments

Comments
 (0)