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

testLoggerAdapterFileErrorLogging() public method

Tests ERROR logging
Since: 2012-09-17
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileErrorLogging()
    {
        $this->specify("ERROR logging not correct", function () {
            $this->runLogging(Logger::ERROR, 'ERROR');
        });
    }
FileTest