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

testLoggerAdapterFileInfoCreationOfLogFile() public method

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