689 B
689 B
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):
php artisan test --filter "AdminPlatformOrderCreateTest|AdminPlatformOrderShowActionsShouldRenderTest|AdminPlatformOrderMarkPaidAndActivateTest|AdminPlatformOrderActivateSubscriptionTest|AdminPlatformOrderBatchActivateSubscriptionsTest|AdminPlatformOrderPaymentReceiptTest|AdminPlatformOrderRefundReceiptTest"
Notes:
- Keep each test focused; avoid spawning nested
php artisan testinside PHPUnit tests. - UI changes must keep core action forms/fields discoverable.