Specify cache locations for build tools

This commit is contained in:
Ben Ramsey
2020-02-08 13:13:47 -06:00
parent 0bff9e8660
commit f965293da9
7 changed files with 37 additions and 17 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
bootstrap="./tests/bootstrap.php"
colors="true"
verbose="true">
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
bootstrap="./tests/bootstrap.php"
cacheResultFile="./build/cache/phpunit.result.cache"
colors="true"
verbose="true">
<testsuites>
<testsuite name="ramsey/uuid test suite">
<directory>./tests</directory>