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

testLoggerAdapterFileInfoLogging() public method

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