10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5cfee commit 099f626Copy full SHA for 099f626
src/Symfony/Component/Form/Test/FormIntegrationTestCase.php
@@ -29,7 +29,7 @@ protected function setUp()
29
{
30
$this->factory = Forms::createFormFactoryBuilder()
31
->addExtensions($this->getExtensions())
32
- ->addTypeExtensions($this->getTypedExtensions())
+ ->addTypeExtensions($this->getTypeExtensions())
33
->addTypes($this->getTypes())
34
->addTypeGuessers($this->getTypeGuessers())
35
->getFormFactory();
@@ -40,7 +40,7 @@ protected function getExtensions()
40
return array();
41
}
42
43
- protected function getTypedExtensions()
+ protected function getTypeExtensions()
44
45
46
0 commit comments