File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testConcreteNodeSpecificOption()
69
69
/**
70
70
* @expectedException Symfony\Component\Config\Definition\Exception\InvalidDefinitionException
71
71
*/
72
- public function testPrototypeNodesCantHaveADefaultValueWhenUsingDefaulChildren ()
72
+ public function testPrototypeNodesCantHaveADefaultValueWhenUsingDefaultChildren ()
73
73
{
74
74
$ node = new ArrayNodeDefinition ('root ' );
75
75
$ node
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function testAnExtendedNodeBuilderGetsPropagatedToTheChildren()
90
90
->end ();
91
91
}
92
92
93
- public function testDefinitionInfoGetsTransferedToNode ()
93
+ public function testDefinitionInfoGetsTransferredToNode ()
94
94
{
95
95
$ builder = new TreeBuilder ();
96
96
@@ -107,7 +107,7 @@ public function testDefinitionInfoGetsTransferedToNode()
107
107
$ this ->assertEquals ('child info ' , $ children ['child ' ]->getInfo ());
108
108
}
109
109
110
- public function testDefinitionExampleGetsTransferedToNode ()
110
+ public function testDefinitionExampleGetsTransferredToNode ()
111
111
{
112
112
$ builder = new TreeBuilder ();
113
113
You can’t perform that action at this time.
0 commit comments