Skip to content

Commit 608888a

Browse files
Small changes
1 parent 3692afb commit 608888a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
docs/ export-ignore
66
tests/ export-ignore
77

8+
*.stub linguist-language=php
9+
810
.editorconfig export-ignore
911
.gitattributes export-ignore
1012
.gitignore export-ignore

Diff for: phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
6+
cacheResult="false"
67
colors="true"
7-
cacheDirectory=".phpunit.cache"
88
>
99
<coverage>
1010
<report>

0 commit comments

Comments
 (0)