File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3535 uses : mheap/phpunit-matcher-action@v1
3636
3737 - name : PHPUnit
38- run : ./vendor/bin/phpunit --coverage-text --teamcity
38+ run : composer run test -- --coverage-text --teamcity
3939
4040 phpcs :
4141 name : phpcs
5959 composer-options : " --no-progress --prefer-dist --optimize-autoloader"
6060
6161 - name : phpcs
62- run : ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
62+ run : composer run style:check -- -q --report=checkstyle | cs2pr
Original file line number Diff line number Diff line change 3535 "Dflydev\\ DotAccessConfiguration" : " src"
3636 }
3737 },
38+ "scripts" : {
39+ "style:fix" : " @php ./vendor/bin/phpcsf" ,
40+ "style:check" : " @php ./vendor/bin/phpcs" ,
41+ "test" : " @php ./vendor/bin/phpunit"
42+ },
3843 "extra" : {
3944 "branch-alias" : {
4045 "dev-master" : " 1.0-dev"
You can’t perform that action at this time.
0 commit comments