You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/dingdingcallback/vendor/nategood/httpful/tests/phpunit.xml

17 lines
494 B
XML

<phpunit bootstrap="./bootstrap-server.php">
<testsuites>
<testsuite name="Httpful">
<directory>.</directory>
</testsuite>
</testsuites>
<php>
<const name="WEB_SERVER_HOST" value="localhost" />
<const name="WEB_SERVER_PORT" value="1349" />
<const name="WEB_SERVER_DOCROOT" value="./static" />
</php>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
</logging>
</phpunit>