mirror of
https://github.com/php-fig/log-util.git
synced 2026-04-24 07:28:16 +02:00
204d8f5e92
- 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>
|