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

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

Tests DEBUG logging with debug()
С версии: 2012-09-17
Автор: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileDebugLogLogging()
    {
        $this->specify("Logging with debug not correct", function () {
            $this->logging('debug');
        });
    }
FileTest