[Form] '@group benchmark' for form performance tests

This commit is contained in:
Alexander 2012-07-14 16:20:31 +02:00
parent 28abff8147
commit 33f29ed174
3 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,8 @@ class EntityTypePerformanceTest extends FormPerformanceTestCase
/**
* This test case is realistic in collection forms where each
* row contains the same entity field.
*
* @group benchmark
*/
public function testCollapsedEntityField()
{

View File

@ -18,6 +18,8 @@ class CompoundFormPerformanceTest extends FormPerformanceTestCase
{
/**
* Create a compound form multiple times, as happens in a collection form
*
* @group benchmark
*/
public function testArrayBasedForm()
{

View File

@ -21,6 +21,8 @@ class ChoiceTypePerformanceTest extends FormPerformanceTestCase
/**
* This test case is realistic in collection forms where each
* row contains the same choice field.
*
* @group benchmark
*/
public function testSameChoiceFieldCreatedMultipleTimes()
{