PHP 클래스 Phalcon\Test\Unit\Assets\Filters\JsminTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
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])