getBgColorString() public static method

Returns a background color string
public static getBgColorString ( $colorCode ) : string
return string
Exemplo n.º 1
0
 public function testGetBgColorString()
 {
     $this->assertEquals("", Colors::getBgColorString(Colors::MAGENTA));
 }