예제 #1
0
 /**
  * Tests Cli::formatWithColor
  */
 public function testFormatWithColorEmptyLine()
 {
     $plainText = '';
     $coloredText = Cli::formatWithColor('fg-black, bg-green', $plainText);
     $this->assertTrue(strpos($coloredText, "") === false);
 }