chore: add web toolchain and infrastructure for Plan 3

This commit is contained in:
Keith Solomon
2026-07-06 17:22:46 -05:00
parent 17782aab33
commit eed678e688
8 changed files with 59 additions and 3 deletions
+5 -2
View File
@@ -5,8 +5,11 @@
cacheDirectory="var/phpunit"
colors="true">
<testsuites>
<testsuite name="BattleForge Test Suite">
<directory>tests</directory>
<testsuite name="unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="integration">
<directory>tests/Integration</directory>
</testsuite>
</testsuites>