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

testLoggerAdapterFileInfoLogLogging() public method

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