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

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

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