We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692afb commit 608888aCopy full SHA for 608888a
.gitattributes
@@ -5,6 +5,8 @@
5
docs/ export-ignore
6
tests/ export-ignore
7
8
+*.stub linguist-language=php
9
+
10
.editorconfig export-ignore
11
.gitattributes export-ignore
12
.gitignore export-ignore
phpunit.xml
@@ -3,8 +3,8 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
+ cacheResult="false"
colors="true"
- cacheDirectory=".phpunit.cache"
>
<coverage>
<report>
0 commit comments