Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d71aa52

Browse filesBrowse files
committed
fix typo
1 parent eb3aa16 commit d71aa52
Copy full SHA for d71aa52

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.