PHP Class Symfony\Component\Form\Tests\FormConfigTest

Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
getHtml4Ids ( )
testGetRequestHandlerCreatesNativeRequestHandlerIfNotSet ( )
testGetRequestHandlerReusesNativeRequestHandlerInstance ( )
testNameAcceptsOnlyNamesValidAsIdsInHtml4 ( $name, $accepted )
testSetMethodAllowsDelete ( )
testSetMethodAllowsGet ( )
testSetMethodAllowsPatch ( )
testSetMethodAllowsPost ( )
testSetMethodAllowsPut ( )
testSetMethodDoesNotAllowOtherValues ( )

Private Methods

Method Description
getConfigBuilder ( $name = 'name' )

Method Details

getHtml4Ids() public method

public getHtml4Ids ( )

testGetRequestHandlerCreatesNativeRequestHandlerIfNotSet() public method

testGetRequestHandlerReusesNativeRequestHandlerInstance() public method

testNameAcceptsOnlyNamesValidAsIdsInHtml4() public method

public testNameAcceptsOnlyNamesValidAsIdsInHtml4 ( $name, $accepted )

testSetMethodAllowsDelete() public method

testSetMethodAllowsGet() public method

testSetMethodAllowsPatch() public method

testSetMethodAllowsPost() public method

testSetMethodAllowsPut() public method

testSetMethodDoesNotAllowOtherValues() public method