docs(test): add billing closed-loop quick test plan

This commit is contained in:
萝卜
2026-03-16 08:00:33 +08:00
parent f40aba69ea
commit 8c49690e2d

View File

@@ -0,0 +1,13 @@
# Billing Closed Loop - Test Plan
This is a lightweight, human-readable checklist for the billing closed-loop (platform orders / subscriptions / plans).
Recommended quick suite (run locally/CI as needed):
```bash
php artisan test --filter "AdminPlatformOrderCreateTest|AdminPlatformOrderShowActionsShouldRenderTest|AdminPlatformOrderMarkPaidAndActivateTest|AdminPlatformOrderActivateSubscriptionTest|AdminPlatformOrderBatchActivateSubscriptionsTest|AdminPlatformOrderPaymentReceiptTest|AdminPlatformOrderRefundReceiptTest"
```
Notes:
- Keep each test focused; avoid spawning nested `php artisan test` inside PHPUnit tests.
- UI changes must keep core action forms/fields discoverable.