Preview: phpunit.xml.dist
Size: 423 B
/home/godevadmin/public_html/admin/braintree/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php">
<testsuites>
<testsuite name="integration">
<directory>./tests/integration</directory>
</testsuite>
</testsuites>
<php>
<const name="WEB_SERVER_HOST" value="localhost" />
<const name="WEB_SERVER_PORT" value="3000" />
<const name="WEB_SERVER_DOCROOT" value="./public_html" />
</php>
</phpunit>
Directory Contents
Dirs: 2 × Files: 12