Updated cache dir for tests

master
Gertjan Krol 2023-09-01 20:03:39 +02:00
parent 4bf989f42a
commit c6e7696c4b
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,8 +1,8 @@
/.idea/
/.cache/
/node_modules/
/vendor/
composer.lock
package-lock.json
*cache*
*.log
*.tmp

View File

@ -1,6 +1,6 @@
path: ./
jobs: 10
cache: cache/phplint
cache: .cache/phplint
extensions:
- php
exclude:

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
cacheDirectory=".cache/phpunit">
<coverage/>
<testsuites>
<testsuite name="Unit">