PHP Class FOS\UserBundle\Tests\Validation\UserValidationTest

Inheritance: extends FOS\UserBundle\Test\WebTestCase
Show file Open project: KnpLabs/KnpUserBundle

Public Methods

Method Description
testBlankUsernameFail ( )
testDuplicatedEmailFail ( )
testDuplicatedUsernameFail ( )
testGoodUsernameValid ( )

Protected Methods

Method Description
hasViolationForPropertyPath ( $violations, $propertyPath )

Method Details

hasViolationForPropertyPath() protected method

protected hasViolationForPropertyPath ( $violations, $propertyPath )

testBlankUsernameFail() public method

testDuplicatedEmailFail() public method

testDuplicatedUsernameFail() public method

testGoodUsernameValid() public method