Files
core/phpunit.xml
T
Vassyli ae63c209e9 Clean-ups
Left overs to clean and changes from discussion.

Fixed config path finding
2016-07-29 11:57:24 +02:00

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>