Fix phpstan, add more phpunit test

This commit is contained in:
crazywhalecc
2024-10-03 10:45:05 +08:00
parent dc9050df34
commit df521f1de1
5 changed files with 130 additions and 2 deletions

5
phpunit.xml.dist Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit
bootstrap="tests/bootstrap.php"
>
</phpunit>