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

testLoggerAdapterFileErrorLogLogging() public method

Tests ERROR logging with error()
Since: 2012-09-17
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileErrorLogLogging()
    {
        $this->specify("Logging with error not correct", function () {
            $this->logging('error');
        });
    }
FileTest