create merge clover coverage command

This commit is contained in:
2023-09-21 14:57:44 +07:00
parent d00d552447
commit 82f26e10e9
20 changed files with 1084 additions and 0 deletions

8
phpcs.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<ruleset name="psr-12">
<rule ref="PSR12" />
<exclude-pattern>./vendor/*</exclude-pattern>
<exclude-pattern>./tests/data/*</exclude-pattern>
<exclude-pattern>./*\.(xml|js)$</exclude-pattern>
</ruleset>