PHP Класс Phalcon\Test\Unit\Assets\Filters\JsminTest

Автор: Andres Gutierrez ([email protected])
Автор: Serghei Iakovlev ([email protected])
Наследование: extends Phalcon\Test\Module\UnitTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testAssetsFilterJsmin ( ) Tests cssmin filter
testFilterJsminComment ( ) Tests jsmin filter with comment
testFilterJsminEmptyString ( ) Tests jsmin filter with empty string
testFilterJsminUnterminatedComment ( ) Tests jsmin filter with unterminated comment
testFilterJsminUnterminatedRegexpLiteral ( ) Tests jsmin filter with unterminated Regular Expression literal
testFilterJsminUnterminatedStringLiteral ( ) Tests jsmin filter with unterminated string literal
testFilterJsminWithNonStringParam ( ) Tests jsmin filter with non-string param

Описание методов

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

Tests cssmin filter
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with comment
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with empty string
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with unterminated comment
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with unterminated Regular Expression literal
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with unterminated string literal
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])

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

Tests jsmin filter with non-string param
С версии: 2016-01-24
Автор: Serghei Iakovlev ([email protected])