Skip to content

Commit c2207da

Browse files
committed
[Console] Removed unused phpunit annotation.
1 parent c0c61da commit c2207da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ public function testInlineStyle()
115115
$this->assertEquals("\033[34;41msome text\033[0m", $formatter->format('<fg=blue;bg=red>some text</fg=blue;bg=red>'));
116116
}
117117

118-
/**
119-
* @group nst
120-
*/
121118
public function testNonStyleTag()
122119
{
123120
$formatter = new OutputFormatter(true);

0 commit comments

Comments
 (0)