Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa080d
)
Add google env values
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 16 Aug 2021 18:17:54 +0000
(20:17 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 16 Aug 2021 18:17:54 +0000
(20:17 +0200)
phpunit.xml.dist
patch
|
blob
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index 5b7c82022104a0bda3efc1ea5d1d55fca4bd5132..2d9c0e09a8df5aca3280ea8e4d292658dfc103db 100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-13,6
+13,12
@@
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
<server name="SYMFONY_PHPUNIT_VERSION" value="7.5" />
+
+ <!-- ###+ google/apiclient ### -->
+ <env name="GOOGLE_API_KEY" value=""/>
+ <env name="GOOGLE_CLIENT_ID" value=""/>
+ <env name="GOOGLE_CLIENT_SECRET" value=""/>
+ <!-- ###- google/apiclient ### -->
</php>
<testsuites>