Skip to content

Commit

Permalink
Rename phpunit conf to dist to support local overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sfreytag committed Jul 17, 2024
1 parent 4bcde56 commit 55f8a53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docs/
.phpdoc/
.php-cs-fixer.cache
.phpunit.result.cache
phpunit.xml
13 changes: 13 additions & 0 deletions phpunit.dist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<phpunit>
<testsuites>
<testsuite name="cloudforest/api-client-php">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<env name="CLOUDFOREST_HOST" value="cloudforest-host-here" />
<env name="CLOUDFOREST_API" value="cloudforest-api-here" />
<env name="CLOUDFOREST_CLIENT_ID" value="cloudforest-client-id-here" />
<env name="CLOUDFOREST_SECRET_ID" value="cloudforest-secret-id-here" />
</php>
</phpunit>
10 changes: 0 additions & 10 deletions phpunit.xml

This file was deleted.

0 comments on commit 55f8a53

Please sign in to comment.