PHP Class Symfony\Component\Form\Tests\FormRegistryTest

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

Public Methods

Method Description
testDoesNotHaveTypeIfNoFormType ( )
testDoesNotHaveTypeIfNonExistingClass ( )
testFailIfUnregisteredTypeNoClass ( )
testFailIfUnregisteredTypeNoFormType ( )
testGetExtensions ( )
testGetTypeConnectsParent ( )
testGetTypeFromExtension ( )
testGetTypeGuesser ( )
testGetTypeThrowsExceptionIfTypeNotFound ( )
testGetTypeWithTypeExtensions ( )
testHasTypeAfterLoadingFromExtension ( )
testHasTypeIfFQCN ( )
testLoadUnregisteredType ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testDoesNotHaveTypeIfNoFormType() public method

testDoesNotHaveTypeIfNonExistingClass() public method

testFailIfUnregisteredTypeNoClass() public method

testFailIfUnregisteredTypeNoFormType() public method

testGetExtensions() public method

public testGetExtensions ( )

testGetTypeConnectsParent() public method

testGetTypeFromExtension() public method

testGetTypeGuesser() public method

public testGetTypeGuesser ( )

testGetTypeThrowsExceptionIfTypeNotFound() public method

testGetTypeWithTypeExtensions() public method

testHasTypeAfterLoadingFromExtension() public method

testHasTypeIfFQCN() public method

public testHasTypeIfFQCN ( )

testLoadUnregisteredType() public method