fr3d/psr3-message-assertions

Test your log messages are compliant with the PSR-3 specification

v0.3.2 2020-02-14 10:09 UTC

This package is auto-updated.

Last update: 2024-04-14 19:07:17 UTC


README

Build Status Coverage Status

Test your log messages are compliant with the PSR-3 (Logger) specification

Installing via Composer

You can use Composer .

composer require fr3d/psr3-message-assertions

Usage in PHPUnit

Use TestLogger.php as the logger dependency.

TestLogger will assert each log message is compliant with the PSR-3 Logger standard.

License

Code licensed under BSD 2 clauses terms & conditions.

See LICENSE.txt for more information.