Moved to tabs for indent and add phpcs.xml file, update phpunit to 12 and update tests

This commit is contained in:
2026-01-13 10:36:11 +09:00
parent 979ec79fc0
commit 8d14445786
7 changed files with 344 additions and 322 deletions

View File

@@ -1,10 +1,8 @@
<phpunit
colors="true"
verbose="false"
>
<testsuites>
<testsuite name="unit">
<directory>test/phpUnitTests/</directory>
</testsuite>
</testsuites>
<?xml version="1.0"?>
<phpunit colors="true" cacheDirectory=".phpunit.cache">
<testsuites>
<testsuite name="unit">
<directory>test/phpUnitTests/</directory>
</testsuite>
</testsuites>
</phpunit>