PHP Class Phalcon\Test\Unit\Validation\Validator\AlphaTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Author: Wojciech Ślawski ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
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

Method Details

testMultipleField() public method

Tests alpha validator with multiple field
Since: 2016-06-05
Author: Wojciech Ślawski ([email protected])
public testMultipleField ( )

testShouldDetectNonAlphabeticCharacters() public method

Tests Non Alphabetic Characters
Since: 2016-06-10
Author: Serghei Iakovlev ([email protected])

testShouldValidateAlphabeticCharacters() public method

Tests Alphabetic Characters
Since: 2016-06-10
Author: Serghei Iakovlev ([email protected])

testShouldValidateNonLatinCharacters() public method

Tests Non Latin Characters
Since: 2016-06-10
Author: Serghei Iakovlev ([email protected])

testSingleField() public method

Tests alpha validator with single field
Since: 2016-06-05
Author: Wojciech Ślawski ([email protected])
public testSingleField ( )