PHP Class Symfony\Bridge\Doctrine\Tests\Form\Type\EntityTypePerformanceTest

Author: Bernhard Schussek ([email protected])
Inheritance: extends Symfony\Component\Form\Test\FormPerformanceTestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
testCollapsedEntityField ( ) This test case is realistic in collection forms where each row contains the same entity field.
testCollapsedEntityFieldWithChoices ( )
testCollapsedEntityFieldWithPreferredChoices ( )

Protected Methods

Method Description
getExtensions ( )
setUp ( )

Method Details

getExtensions() protected method

protected getExtensions ( )

setUp() protected method

protected setUp ( )

testCollapsedEntityField() public method

This test case is realistic in collection forms where each row contains the same entity field.

testCollapsedEntityFieldWithChoices() public method

testCollapsedEntityFieldWithPreferredChoices() public method