(no description)
File Size: | 138 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LoggerInterfaceTest:: (8 methods):
testImplements()
testLogsAtAllLevels()
provideLevelsAndMessages()
testThrowsOnInvalidLevel()
testContextReplacement()
testObjectCastToString()
testContextCanContainAnything()
testContextExceptionKeyCanBeExceptionOrOtherValues()
Class: LoggerInterfaceTest - X-Ref
Provides a base test class for ensuring compliance with the LoggerInterface.testImplements() X-Ref |
This must return the log messages in order. The simple formatting of the messages is: "<LOG LEVEL> <MESSAGE>". Example ->error('Foo') would yield "error Foo". return: string[] |
testLogsAtAllLevels($level, $message) X-Ref |
provideLevelsAndMessages() X-Ref |
No description |
testThrowsOnInvalidLevel() X-Ref |
testContextReplacement() X-Ref |
No description |
testObjectCastToString() X-Ref |
No description |
testContextCanContainAnything() X-Ref |
No description |
testContextExceptionKeyCanBeExceptionOrOtherValues() X-Ref |
No description |