Exemplo n.º 1
0
 public function testGetBackgroundColor()
 {
     $colorModel = new Color($this->container);
     $this->assertEquals('rgb(189, 244, 203)', $colorModel->getBackgroundColor('green'));
 }