mageekguy\atoum\report\fields\runner\event\nyancat::__construct PHP Method

__construct() public method

public __construct ( mageekguy\atoum\cli\progressBar $progressBar = null )
$progressBar mageekguy\atoum\cli\progressBar
    public function __construct(progressBar $progressBar = null)
    {
        parent::__construct($progressBar);
        $this->catColorizer = new colorizer(32);
        $this->rainbowColorizers = array(new colorizer(31), new colorizer(32), new colorizer(33), new colorizer(34), new colorizer(35), new colorizer(36));
    }