Skip to content

Commit 5fbd665

Browse files
committed
fixed tests
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 1493429 commit 5fbd665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Unit/Admin/Controller/AdminControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public function testWillCreate(): void
2626
$logger = new Logger([
2727
'writers' => [
2828
'FileWriter' => [
29-
'name' => 'null',
29+
'name' => 'null',
30+
'priority' => Logger::ALERT,
3031
],
3132
],
3233
]);

0 commit comments

Comments
 (0)