File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Console/Tests/Input Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ public function testAddDuplicateOption()
242
242
$ definition ->addOption ($ this ->foo2 );
243
243
}
244
244
245
- public function testAddDuplicateNetgatedOption ()
245
+ public function testAddDuplicateNegatedOption ()
246
246
{
247
247
$ this ->expectException ('LogicException ' );
248
248
$ this ->expectExceptionMessage ('An option named "no-foo" already exists. ' );
@@ -252,7 +252,7 @@ public function testAddDuplicateNetgatedOption()
252
252
$ definition ->addOption (new InputOption ('foo ' , null , InputOption::VALUE_NEGATABLE ));
253
253
}
254
254
255
- public function testAddDuplicateNetgatedReverseOption ()
255
+ public function testAddDuplicateNegatedReverseOption ()
256
256
{
257
257
$ this ->expectException ('LogicException ' );
258
258
$ this ->expectExceptionMessage ('An option named "no-foo" already exists. ' );
You can’t perform that action at this time.
0 commit comments