From 608888ae8138dc5c462bb7ffcee3818d66bc00e9 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 31 Mar 2025 10:42:37 +0300 Subject: [PATCH] Small changes --- .gitattributes | 2 ++ phpunit.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" >