We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4f854d + 099f626 commit b72c11fCopy full SHA for b72c11f
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