silverstripe-contentreview/.scrutinizer.yml
Robbie Averill 31bcd0d439 NEW Add behat tests to cover content review configuration and review modal
* Update existing test for review button field name, remove obsolete save review test
* Move test classes to tests/php to differentiate from behat
* Add behat build to Travis configuration
2017-09-15 16:06:38 +12:00

10 lines
109 B
YAML

inherit: true
checks:
php:
code_rating: true
duplication: true
filter:
paths: [src/*, tests/*]