forked from morrislaptop/firestore-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
18 lines (18 loc) · 857 Bytes
/
phpunit.xml.dist
File metadata and controls
18 lines (18 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites>
<testsuite name="Unit Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<env name="FIREBASE_CLIENT_ID" value="adfasas" />
<env name="FIREBASE_CLIENT_EMAIL" value="firebase-adminsdk-8cz9e@dfadasdaf.iam.gserviceaccount.com" />
<env name="FIREBASE_PROJECT_ID" value="dafdasfdfa" />
<env name="FIREBASE_PRIVATE_KEY" value="-----BEGIN PRIVATE KEY-----\ndfasdfafdafdfsafsa\n-----END PRIVATE KEY-----\n" />
</php>
</phpunit>