summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Core/Command/Log/ManageTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Core/Command/Log/ManageTest.php b/tests/Core/Command/Log/ManageTest.php
index 4b026f14847..2044fc4de90 100644
--- a/tests/Core/Command/Log/ManageTest.php
+++ b/tests/Core/Command/Log/ManageTest.php
@@ -110,6 +110,7 @@ class ManageTest extends TestCase {
['wArn', 2],
['error', 3],
['eRr', 3],
+ ['fAtAl', 4],
];
}
@@ -135,6 +136,7 @@ class ManageTest extends TestCase {
[1, 'Info'],
[2, 'Warning'],
[3, 'Error'],
+ [4, 'Fatal'],
];
}