peridot-php / peridot

Event driven BDD test framework for PHP
http://peridot-php.github.io/
MIT License
328 stars 27 forks source link

Add --force-color option #166

Closed vicary closed 9 years ago

vicary commented 9 years ago

PR regarding #165

The -f shortcut may not imply this option intuitively, but both C and c has been taken.

I have tested with apache with backtick operators and it works, but I have no way to emulate ->hasTty() === false environment when tests are run from CLI.

I just quickly pimped it up, would def. like your comments.

brianium commented 9 years ago

@vicary great! Thanks for the PR. I will review now.

brianium commented 9 years ago

@vicary great work! thanks for the contribution! I'll get this merged in and tag a new release asap