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

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

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