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

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

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