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

testLoggerAdapterFileAlertLogging() public method

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