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

testLoggerAdapterFileErrorCreationOfLogFile() public method

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