Elgg\LoggerTest::testLoggingLevelNotExist PHP 메소드

testLoggingLevelNotExist() 공개 메소드

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