Elgg\LoggerTest::testLoggingLevelNotExist PHP Метод

testLoggingLevelNotExist() публичный Метод

    public function testLoggingLevelNotExist()
    {
        $logger = $this->getLoggerInstance();
        $this->assertFalse($logger->log("hello", 123));
    }