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

testLoggerAdapterFileDebugCreationOfLogFile() public method

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