PHP Class eZ\Publish\Core\FieldType\Tests\EmailAddressValidatorTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testConstraintsInitializeGet ( ) Tests setting and getting constraints.
testConstraintsSetGet ( ) Tests setting and getting constraints.
testConstructor ( ) This test ensure an EmailAddressValidator can be created.
testGetConstraintsSchema ( ) Test getting constraints schema.
testValidateCorrectEmailAddresses ( )
testValidateWrongEmailAddresses ( ) Tests validating a wrong value.

Method Details

testConstraintsInitializeGet() public method

Tests setting and getting constraints.

testConstraintsSetGet() public method

Tests setting and getting constraints.

testConstructor() public method

This test ensure an EmailAddressValidator can be created.
public testConstructor ( )

testGetConstraintsSchema() public method

Test getting constraints schema.

testValidateCorrectEmailAddresses() public method

testValidateWrongEmailAddresses() public method

Tests validating a wrong value.