docs(test): add billing closed-loop quick test plan
This commit is contained in:
13
tests/Feature/AdminBillingClosedLoopTestPlan.md
Normal file
13
tests/Feature/AdminBillingClosedLoopTestPlan.md
Normal 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.
|
||||||
Reference in New Issue
Block a user