diff --git a/.gitattributes b/.gitattributes index a33e50e1..2c7b640d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,8 @@ docs/ export-ignore tests/ export-ignore +*.stub linguist-language=php + .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore diff --git a/phpunit.xml b/phpunit.xml index 833a9331..3c5301d6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" + cacheResult="false" colors="true" - cacheDirectory=".phpunit.cache" >