File tree 5 files changed +4
-3
lines changed
5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/dev-tools / export-ignore
2
2
/tests / export-ignore
3
3
/. * export-ignore
4
- /phpmd.xml export-ignore
5
4
/phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 19
19
- run : composer validate --strict
20
20
- run : composer normalize --working-dir=dev-tools ../composer.json --dry-run
21
21
- run : dev-tools/vendor/bin/composer-require-checker check composer.json --config-file=.composer-require-checker.json
22
- - run : dev-tools/vendor/bin/phpmd src,tests text phpmd.xml
22
+ - run : dev-tools/vendor/bin/phpmd src,tests text dev-tools/ phpmd.xml
23
23
- run : dev-tools/vendor/bin/php-cs-fixer fix --diff --dry-run -v
24
24
25
25
test :
Original file line number Diff line number Diff line change
1
+ # PHP-CS-Fixer/phpunit-constraint-isidenticalstring
2
+
3
+ This constraint is for [ PHP CS Fixer] ( https://github.com/FriendsOfPHP/PHP-CS-Fixer ) usage only.
File renamed without changes.
Original file line number Diff line number Diff line change 26
26
<directory >./src</directory >
27
27
</include >
28
28
</coverage >
29
-
30
29
</phpunit >
You can’t perform that action at this time.
0 commit comments