Initial import from aternosorg/codex-minecraft
Some checks failed
Tests / Run tests on PHP v8.4 (push) Failing after 32s
Tests / Run tests on PHP v8.5 (push) Failing after 2s

This commit is contained in:
2026-04-30 09:56:57 -05:00
commit 7c7fe5ca80
94 changed files with 7003 additions and 0 deletions

8
test/data/problem.log Normal file
View File

@@ -0,0 +1,8 @@
[01.01.1970 00:00:01] [Log/INFO] This is the first message containing no problem
[01.01.1970 00:00:02] [Log/ERROR] I have a problem with ABC
[01.01.1970 00:00:03] [Log/INFO] This is a message without any problem
[01.01.1970 00:00:04] [Log/ERROR] I have a problem with XYZ
[01.01.1970 00:00:05] [Log/ERROR] I have a problem with ABC
[01.01.1970 00:00:06] [Log/ERROR] I have a problem with DEF
I have a problem with GHI
[01.01.1970 00:00:07] [Log/INFO] This log was generated by software v1.2.3

7
test/data/simple.log Normal file
View File

@@ -0,0 +1,7 @@
[01.01.1970 00:00:01] [Log/INFO] This is the first message containing information.
[01.01.1970 00:00:02] [Log/DEBUG] This is the second message containing a debug information.
[01.01.1970 00:00:03] [Log/WARN] This is the third message containing a warning information.
[01.01.1970 00:00:04] [Log/ERROR] This is the third message containing an error information.
This line continues the error entry to add even more information.
This line is also part of the error entry.
[01.01.1970 00:00:05] [Log/INFO] This is the last message of the log.