Ejemplo n.º 1
0
 /**
  * @covers ::getForegroundColorNames
  */
 public function test_getForegroundColorNames()
 {
     // When
     $expColors = ['black', 'dark_gray', 'blue', 'light_blue', 'green', 'light_green', 'cyan', 'light_cyan', 'red', 'light_red', 'purple', 'light_purple', 'brown', 'yellow', 'light_gray', 'white'];
     // Then
     $this->assertSame($expColors, Colors::getForegroundColorNames());
 }