Skip to content

Commit d71aa52

Browse files
committed
fix typo
1 parent eb3aa16 commit d71aa52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function testAddDuplicateOption()
242242
$definition->addOption($this->foo2);
243243
}
244244

245-
public function testAddDuplicateNetgatedOption()
245+
public function testAddDuplicateNegatedOption()
246246
{
247247
$this->expectException('LogicException');
248248
$this->expectExceptionMessage('An option named "no-foo" already exists.');
@@ -252,7 +252,7 @@ public function testAddDuplicateNetgatedOption()
252252
$definition->addOption(new InputOption('foo', null, InputOption::VALUE_NEGATABLE));
253253
}
254254

255-
public function testAddDuplicateNetgatedReverseOption()
255+
public function testAddDuplicateNegatedReverseOption()
256256
{
257257
$this->expectException('LogicException');
258258
$this->expectExceptionMessage('An option named "no-foo" already exists.');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy