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

testLoggerAdapterFileAlertLogLogging() public method

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