I just found the issue on this one, but it may be causing fits for others. I was getting this error:
[RuntimeException] Action 'sendPOST' can't be called
Troubleshooting narrowed the problem to updating module-rest from 1.2.3 to 1.2.5.
If you have previously written tests and you upgrade, you need to rebuild them when you update to 1.2.5
run:
codecept build
That's what fixed it for me
I just found the issue on this one, but it may be causing fits for others. I was getting this error:
[RuntimeException] Action 'sendPOST' can't be called
Troubleshooting narrowed the problem to updating module-rest from 1.2.3 to 1.2.5. If you have previously written tests and you upgrade, you need to rebuild them when you update to 1.2.5 run:codecept build
That's what fixed it for me