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

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

public testLoggingOff ( )
    public function testLoggingOff()
    {
        $logger = $this->getLoggerInstance();
        $logger->setLevel(\Elgg\Logger::OFF);
        $this->assertFalse($logger->log("hello"));
    }