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 274abbb commit 0fdd4e6Copy full SHA for 0fdd4e6
tests/Output/ColorTest.php
@@ -48,7 +48,7 @@ public function test_invalid_custom_style()
48
public function test_invisible_built_in_style()
49
{
50
$this->expectException(InvalidArgumentException::class);
51
- $this->expectExceptionMessage('Built-in styles cannot be invisible (matching background and foreground)');
+ $this->expectExceptionMessage('Built-in styles cannot be invisible');
52
53
Color::style('error', ['bg' => Color::RED, 'fg' => Color::RED]);
54
}
0 commit comments