Upddated cache directory
Test / test_all (push) Successful in 38s
Details
Test / test_all (push) Successful in 38s
Details
parent
38a6f15a82
commit
13c5aa4ded
|
@ -1,8 +1,8 @@
|
||||||
/.idea/
|
/.idea/
|
||||||
|
/.cache/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/vendor/
|
/vendor/
|
||||||
composer.lock
|
composer.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
*cache*
|
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
path: ./
|
path: ./
|
||||||
jobs: 10
|
jobs: 10
|
||||||
cache: cache/phplint
|
cache: .cache/phplint
|
||||||
extensions:
|
extensions:
|
||||||
- php
|
- php
|
||||||
exclude:
|
exclude:
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-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/>
|
<coverage/>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Unit">
|
<testsuite name="Unit">
|
||||||
|
|
Loading…
Reference in New Issue