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 09cc54b commit 22f0d18Copy full SHA for 22f0d18
tests/ColorTest/CliColorTest.php
@@ -18,7 +18,7 @@ public function testColoredString()
18
$res = $color->getColoredString("Testing Colors class, this is purple string on yellow background.",
19
"purple",
20
"yellow");
21
- $this->assertEquals('[0;35m[43mTesting Colors class, this is purple string on yellow background.[0m', $res);
+ $this->assertEquals('[0;35m[43mTesting Colors class, this is purple string on yellow background.[0m' . PHP_EOL, $res);
22
}
23
24
public function testGetBackgroundColors()
0 commit comments