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

testLoggerAdapterFileNoticeLogging() public method

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