Skip to content

Commit 22ce0e4

Browse files
committed
Add ".phpunit.result.cache" to .gitignore
1 parent 8bd4f13 commit 22ce0e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit/phpunit/4.7/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"tests/": "tests/"
77
},
88
"gitignore": [
9-
"/phpunit.xml"
9+
"/phpunit.xml",
10+
".phpunit.result.cache"
1011
]
1112
}

0 commit comments

Comments
 (0)