mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
31bcd0d439
* 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
10 lines
109 B
YAML
10 lines
109 B
YAML
inherit: true
|
|
|
|
checks:
|
|
php:
|
|
code_rating: true
|
|
duplication: true
|
|
|
|
filter:
|
|
paths: [src/*, tests/*]
|