Skip to content

Conversation

calien666
Copy link
Member

The tests used a php mocking system, which did not respect the TYPO3 configurations for HTTP and used the functionality of cURL requests instead of the TYPO3 RequestFactory, which respects all settings.

This has bad impacts on testing, in special for proxy and building correct requests against the DeepL API. Therefore, the AbstractDeepLTestCase is refactored using proper TYPO3 configuration.

The tests used a php mocking system, which did not respect the TYPO3
configurations for HTTP and used the functionality of cURL requests
instead of the TYPO3 RequestFactory, which respects all settings.

This has bad impacts on testing, in special for proxy and building
correct requests against the DeepL API. Therefore, the
AbstractDeepLTestCase is refactored using proper TYPO3 configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant