Level 29
Don't know if you are using Laravel Cashier already but you can take a look and get some ideas https://laravel.com/docs/9.x/billing#testing and https://github.com/laravel/cashier-stripe/tree/13.x/tests
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
My project is working with stripe subscriptions but it's not live yet. I have no idea how to test if the logic behind these subscriptions is OK. How can I fake a billing date and things like that? Any ideas how to fully test these subscirptions?
Please or to participate in this conversation.