Fetch the repository succeeded.
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
verbose="true"
>
<testsuites>
<testsuite name="all">
<directory>tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_ENV" value="local"/>
<env name="APP_DEBUG" value="true"/>
<env name="APP_KEY" value="base64:+rqBLSuVlJPil1qMtm1JJtS485+7LAws2/27HRW4Xgs="/>
<env name="DB_HOST" value="localhost"/>
<env name="DB_PORT" value="3306"/>
<env name="DB_DATABASE" value="axe_test"/>
<env name="DB_USERNAME" value="root"/>
<env name="DB_PASSWORD" value="root"/>
</php>
</phpunit>
Sign in for post a comment
Comment ( 0 )