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

testLoggerAdapterFileNoticeLogLogging() public method

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