Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit e3a1330

Browse files
committed
:octocat: comments in phpunit.xml
1 parent 8f77269 commit e3a1330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

+3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
<junit outputFile=".build/logs/junit.xml"/>
2525
</logging>
2626
<php>
27+
<!-- whether the test runs on CI or not - set to false to allow live API tests to run -->
2728
<const name="TEST_IS_CI" value="true"/>
29+
<!-- the http client factory for live api tests -->
2830
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\ChillerlanHttpClientFactory"/>
31+
<!-- PSR-17 factories to use in tests -->
2932
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr17\RequestFactory"/>
3033
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr17\ResponseFactory"/>
3134
<const name="STREAM_FACTORY" value="chillerlan\HTTP\Psr17\StreamFactory"/>

0 commit comments

Comments
 (0)