Phalcon\Test\Unit\Logger\Adapter\FileTest::testLoggerAdapterFileDefaultLoggingUsesDebug PHP Method

testLoggerAdapterFileDefaultLoggingUsesDebug() public method

Tests default logging uses EMERGENCY
Since: 2014-09-13
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileDefaultLoggingUsesDebug()
    {
        $this->specify("default logging does not use debug", function () {
            $this->runLogging('Hello', null);
        });
    }
FileTest