Is there any documentation for automated testing the webhook server? #99
MajorasJack
started this conversation in
General
Replies: 1 comment
-
Just realised it can be done with the following 👍
Or via Queues too
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've gone through as much of the documentation as I can but can't see anything around unit/feature testing the webhooks, this means that any webhooks sent in automated tests will be posted to genuine URLs
I know that I can mock them with Mockery/Prophecy but I was wondering if there was anything that already exists in the package that I'm missing
I've noticed a TestClient class, but this just seems to be a Guzzle wrapper, and the test classes in the package all seem to post to
example.com
Beta Was this translation helpful? Give feedback.
All reactions