File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Matcher
2
2
3
+ [ ![ Type Coverage] ( https://shepherd.dev/github/coduo/php-matcher/coverage.svg )] ( https://shepherd.dev/coduo/php-matcher )
4
+
3
5
Library created for testing all kinds of JSON/XML/TXT/Scalar values against patterns.
4
6
5
7
API:
Original file line number Diff line number Diff line change 52
52
" phpunit"
53
53
],
54
54
"static:analyze" : [
55
- " tools/psalm" ,
55
+ " tools/psalm --shepherd --stats " ,
56
56
" tools/phpstan analyze -c phpstan.neon" ,
57
57
" tools/php-cs-fixer fix --dry-run"
58
58
]
Original file line number Diff line number Diff line change 6
6
bootstrap =" vendor/autoload.php"
7
7
cacheResultFile =" var/phpunit/.result.cache"
8
8
>
9
+ <logging >
10
+ <log type =" coverage-html" target =" var/phpunit/coverage/html" lowUpperBound =" 80" highLowerBound =" 100" />
11
+ </logging >
9
12
<testsuites >
10
13
<testsuite name =" PHP Matcher Test Suite" >
11
14
<directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments