You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
I am looking for an option to test real http requests like posting to a specific url and checking the database afterwards. Is there any option to make this happen with TYPO3/Extbase or the current testing-framework?
Cheers
Christian
The text was updated successfully, but these errors were encountered:
Well, you could use e.g. the RequestFactory to perform a real HTTP request and then use the regular DB API to do your checks. If you want to do this from a functional test case you could use $this->getInstancePath() to get the web path (where index.php lies) to the test instance for that test.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I am looking for an option to test real http requests like posting to a specific url and checking the database afterwards. Is there any option to make this happen with TYPO3/Extbase or the current testing-framework?
Cheers
Christian
The text was updated successfully, but these errors were encountered: