Add coverage tests

This commit is contained in:
Cody Cook 2024-05-14 09:08:19 -07:00
commit 0bc450fdbd

View file

@ -14,6 +14,7 @@
"php": ">=8.2.0", "php": ">=8.2.0",
"yosymfony/toml": "*", "yosymfony/toml": "*",
"ext-mysqli": "*", "ext-mysqli": "*",
"ext-curl": "*" "ext-curl": "*",
"phpunit/phpunit": "*"
} }
} }