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

testLoggerAdapterFileDebugLogLogging() public method

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