forked from GNUsocial/gnu-social
[TESTS][LOG] Raise test coverage for Log class to 100%
This commit is contained in:
parent
b0ef7599b2
commit
5777cdeaf9
@ -49,6 +49,10 @@ abstract class Log
|
||||
{
|
||||
if (isset(self::$logger)) {
|
||||
return self::$logger->{$name}(...$args);
|
||||
} else {
|
||||
// @codeCoverageIgnoreStart
|
||||
return null;
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user