Files
archived-log-test/phpunit.xml.dist
Anton Ukhanev 204d8f5e92 Setup project
- Composer;
- PHPUnit;
- Changelog and readme.
- Github Actions.
- Builds on PHP 5.5 - 8.0.
2021-06-12 14:02:04 +02:00

16 lines
370 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="tests/bootstrap.php"
>
<php>
<ini name="display_errors" value="1" />
<ini name="display_startup_errors" value="1" />
</php>
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>