From c6e7696c4b6e5be9491099cfcaeca3f457163b60 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Fri, 1 Sep 2023 20:03:39 +0200 Subject: [PATCH] Updated cache dir for tests --- .gitignore | 2 +- .phplint.yml | 2 +- phpunit.xml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 403dc62..7181c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ /.idea/ +/.cache/ /node_modules/ /vendor/ composer.lock package-lock.json -*cache* *.log *.tmp diff --git a/.phplint.yml b/.phplint.yml index 0ea59b7..d8627e7 100644 --- a/.phplint.yml +++ b/.phplint.yml @@ -1,6 +1,6 @@ path: ./ jobs: 10 -cache: cache/phplint +cache: .cache/phplint extensions: - php exclude: diff --git a/phpunit.xml b/phpunit.xml index f26461a..21bff73 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,5 +1,8 @@ - +