Ejemplo n.º 1
0
 /**
  * @covers ::getBackgroundColorNames
  */
 public function test_getBackgroundColorNames()
 {
     // When
     $expColors = ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'light_gray'];
     // Then
     $this->assertSame($expColors, Colors::getBackgroundColorNames());
 }