ae63c209e9
Left overs to clean and changes from discussion. Fixed config path finding
11 lines
267 B
XML
11 lines
267 B
XML
<phpunit bootstrap="bootstrap/bootstrap.php">
|
|
<php>
|
|
<env name="LOTGD_CONFIG" value="/config/test.yml" />
|
|
</php>
|
|
<testsuites>
|
|
<testsuite name="All">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|