Phalcon\Test\Unit\Logger\Adapter\FileTest::testLoggerAdapterFileInfoLogging PHP 메소드

testLoggerAdapterFileInfoLogging() 공개 메소드

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