Elgg\LoggerTest::testLoggingLevelNotExist PHP Méthode

testLoggingLevelNotExist() public méthode

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