/**
  * Test the GetStyle method.
  *
  * @covers Joomla\Application\Cli\ColorStyle::getStyle
  *
  * @return void
  */
 public function testGetStyle()
 {
     $this->assertThat($this->object->getStyle(), $this->equalTo('31;47;5'));
 }