FormPerformanceTestCase
abstract class FormPerformanceTestCase extends FormIntegrationTestCase
Base class for performance tests.
Copied from Doctrine 2's OrmPerformanceTestCase.
Properties
| protected FormFactoryInterface | $factory | from FormIntegrationTestCase | |
| protected int | $maxRunningTime |
Methods
| setUp() | from FormIntegrationTestCase | |
| getExtensions() | from FormIntegrationTestCase | |
| getTypeExtensions() | from FormIntegrationTestCase | |
| getTypes() | from FormIntegrationTestCase | |
| getTypeGuessers() | from FormIntegrationTestCase | |
| runTest() {@inheritdoc} | ||
| setMaxRunningTime(int $maxRunningTime) | ||
| int | getMaxRunningTime() |
Details
protected setUp()
protected getExtensions()
protected getTypeExtensions()
protected getTypes()
protected getTypeGuessers()
protected runTest()
{@inheritdoc}
setMaxRunningTime(int $maxRunningTime)
Parameters
| int | $maxRunningTime |
Exceptions
| InvalidArgumentException |
int getMaxRunningTime()
Return Value
| int |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Test/FormPerformanceTestCase.html