diff --git a/tests/Feature/AdminBillingClosedLoopTestPlan.md b/tests/Feature/AdminBillingClosedLoopTestPlan.md new file mode 100644 index 0000000..a861d1d --- /dev/null +++ b/tests/Feature/AdminBillingClosedLoopTestPlan.md @@ -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.