We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83a583 commit 809d76cCopy full SHA for 809d76c
tests/Unit/LaravelLogs/LaravelLogsTest.php
@@ -3,6 +3,7 @@
3
use Opcodes\LogViewer\LogLevels\LaravelLogLevel;
4
use Opcodes\LogViewer\Logs\LaravelLog;
5
use Opcodes\LogViewer\Utils\Utils;
6
+
7
use function PHPUnit\Framework\assertEquals;
8
9
it('can understand the default Laravel log format', function () {
tests/Unit/LogTest.php
@@ -1,6 +1,7 @@
1
<?php
2
it('can set a custom timezone of the log entry', function () {
0 commit comments