We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecdb2e commit fb6cdb7Copy full SHA for fb6cdb7
1 file changed
tests/system/CLI/CLITest.php
@@ -87,7 +87,7 @@ public function testColorExceptionForeground()
87
public function testColorExceptionBackground()
88
{
89
$this->expectException('RuntimeException');
90
- $this->expectException('Invalid background color: Background');
+ $this->expectExceptionMessage('Invalid background color: Background');
91
92
CLI::color('test', 'white', 'Background');
93
}
0 commit comments