PHP Class Phalcon\Test\Unit\Mvc\Model\Helpers\Validation

Show file Open project: phalcon/cphalcon

Protected Methods

Method Description
email ( UnitTester $I )
emailWithDot ( UnitTester $I )
exclusionIn ( UnitTester $I )
inclusionIn ( UnitTester $I )
presenceOf ( UnitTester $I )
regex ( UnitTester $I )
success ( UnitTester $I )
tooLong ( UnitTester $I )
tooShort ( UnitTester $I )
uniqueness1 ( UnitTester $I )
uniqueness2 ( UnitTester $I )

Method Details

email() protected method

protected email ( UnitTester $I )
$I UnitTester

emailWithDot() protected method

protected emailWithDot ( UnitTester $I )
$I UnitTester

exclusionIn() protected method

protected exclusionIn ( UnitTester $I )
$I UnitTester

inclusionIn() protected method

protected inclusionIn ( UnitTester $I )
$I UnitTester

presenceOf() protected method

protected presenceOf ( UnitTester $I )
$I UnitTester

regex() protected method

protected regex ( UnitTester $I )
$I UnitTester

success() protected method

protected success ( UnitTester $I )
$I UnitTester

tooLong() protected method

protected tooLong ( UnitTester $I )
$I UnitTester

tooShort() protected method

protected tooShort ( UnitTester $I )
$I UnitTester

uniqueness1() protected method

protected uniqueness1 ( UnitTester $I )
$I UnitTester

uniqueness2() protected method

protected uniqueness2 ( UnitTester $I )
$I UnitTester