Skip to content

Releases: timacdonald/log-fake

1.5.0

22 Feb 07:20
a5d0ad2
Compare
Choose a tag to compare

1.4.0

19 Sep 21:46
Compare
Choose a tag to compare

Added support for Laravel 6

1.3.0

19 Aug 11:56
Compare
Choose a tag to compare

Implemented Psr\Log\LoggerInterface on the ChannelFake.

1.2.0

09 Jun 04:06
Compare
Choose a tag to compare

Added ability to pass a callback to assertLoggedTimes

Log::assertLoggedTimes('critical', 5, function ($message, $context) {
    //
});

Added assertLoggedMessage helper method.

Log::assertLoggedMessage('info', $expectedMessage);

1.1.0

22 May 02:20
Compare
Choose a tag to compare
  • Support for PHPUnit 8

Initial release

06 Oct 03:37
Compare
Choose a tag to compare
v1.0.0

autobots, roll out