JLogTest::testFindLoggersByCategory
Test the JLog::findLoggers method to make sure given a category we are finding the correct loggers that have been added to JLog. It is important to note that if a logger was added with no category, then it will be returned for all categories.
Signature
public function testFindLoggersByCategory()
Returns
- void
Tasks
Line | Task |
---|---|
140 | remove: var_dump($log->lookup); |