phpro / grumphp

A PHP code-quality tool
MIT License
4.14k stars 430 forks source link

Make it possible to skip tests. #50

Closed veewee closed 7 years ago

veewee commented 8 years ago

For example:

grumphp run --skip=phpunit
grumphp run --skip=phpunit,behat
veewee commented 8 years ago

It seems like a better idea to specify task suites in the grumphp configuration. This way, it is possible a different CI test suite then the pre-commit test-suite.

I was thinking about the following logic:

When this is implemented, it would be possible to:

Any thoughts? /cc @aderuwe

aderuwe commented 8 years ago

+1