mirror of
https://github.com/php-fig/log-test.git
synced 2026-03-23 22:52:14 +01:00
- Composer; - PHPUnit; - Changelog and readme. - Github Actions. - Builds on PHP 5.5 - 8.0.
16 lines
370 B
XML
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>
|