PHP 클래스 Phalcon\Test\Unit\Validation\Validator\AlphaTest

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
저자: Wojciech Ślawski ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testMultipleField ( ) Tests alpha validator with multiple field
testShouldDetectNonAlphabeticCharacters ( ) Tests Non Alphabetic Characters
testShouldValidateAlphabeticCharacters ( ) Tests Alphabetic Characters
testShouldValidateNonLatinCharacters ( ) Tests Non Latin Characters
testSingleField ( ) Tests alpha validator with single field

메소드 상세

testMultipleField() 공개 메소드

Tests alpha validator with multiple field
부터: 2016-06-05
저자: Wojciech Ślawski ([email protected])
public testMultipleField ( )

testShouldDetectNonAlphabeticCharacters() 공개 메소드

Tests Non Alphabetic Characters
부터: 2016-06-10
저자: Serghei Iakovlev ([email protected])

testShouldValidateAlphabeticCharacters() 공개 메소드

Tests Alphabetic Characters
부터: 2016-06-10
저자: Serghei Iakovlev ([email protected])

testShouldValidateNonLatinCharacters() 공개 메소드

Tests Non Latin Characters
부터: 2016-06-10
저자: Serghei Iakovlev ([email protected])

testSingleField() 공개 메소드

Tests alpha validator with single field
부터: 2016-06-05
저자: Wojciech Ślawski ([email protected])
public testSingleField ( )