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