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

testLoggerAdapterFileAlertCreationOfLogFile() public method

Tests the creation of the log file with alert()
Since: 2014-09-13
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileAlertCreationOfLogFile()
    {
        $this->specify("Alert file was not correctly created", function () {
            $this->createOfLogFile('alert');
        });
    }
FileTest