phpro / grumphp

A PHP code-quality tool
MIT License
4.15k stars 431 forks source link

phpunit task group option #166

Closed Kanti closed 8 years ago

Kanti commented 8 years ago
Q A
Branch /
Bug? no
New feature? no
Question? yes
Documentation? no
Related tickets /

About: Could we get an option for the phpunit task that could specify the groups the would like to run? it would be very helpful.

something like this:

# grumphp.yml
    phpunit:
      config_file: tests/phpunit.xml
      groups: [small, fast]
      metadata:
        priority: 200
veewee commented 8 years ago

Great idea! Feel free to implement.