We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c61da commit c2207daCopy full SHA for c2207da
src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php
@@ -115,9 +115,6 @@ public function testInlineStyle()
115
$this->assertEquals("\033[34;41msome text\033[0m", $formatter->format('<fg=blue;bg=red>some text</fg=blue;bg=red>'));
116
}
117
118
- /**
119
- * @group nst
120
- */
121
public function testNonStyleTag()
122
{
123
$formatter = new OutputFormatter(true);
0 commit comments