Phalcon\Test\Unit\Logger\Adapter\FileTest::testLoggerAdapterFileErrorCreationOfLogFile PHP Метод

testLoggerAdapterFileErrorCreationOfLogFile() публичный Метод

Tests the creation of the log file with error()
С версии: 2014-09-13
Автор: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileErrorCreationOfLogFile()
    {
        $this->specify("Error file was not correctly created", function () {
            $this->createOfLogFile('error');
        });
    }
FileTest