feat: implement console command
Integration Tests / Integration Tests (pull_request) Successful in 59s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-22 23:47:02 -04:00
parent 73c2f34263
commit a626a63598
9 changed files with 543 additions and 4 deletions
+3
View File
@@ -9,5 +9,8 @@
},
"require": {
"php": ">=8.2"
},
"scripts": {
"test:integration": "../../vendor/bin/phpunit --configuration tests/php/phpunit.integration.xml --colors=always --testdox"
}
}