Skip to content

Commit

Permalink
Change phpunit tests cache dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Mar 23, 2023
1 parent 22b9d0c commit 9f8bb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit-integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.integration.cache"
cacheDirectory="build/.phpunit.integration.cache"
>
<testsuites>
<testsuite name="SDK Integration tests">
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache"
cacheDirectory="build/.phpunit.cache"
>
<testsuites>
<testsuite name="SDK Unit tests">
Expand Down

0 comments on commit 9f8bb28

Please sign in to comment.