Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Get the FunctionalTests test to run in TYPO3 11 #141

Closed oliverklee closed 2 years ago

oliverklee commented 2 years ago

The UriBuilder constructor now requires a Router instance.

IchHabRecht commented 2 years ago

Hi @oliverklee,

Thank you for your pull request. The problem should be solved with commits in branch https://github.com/Nimut/testing-framework/tree/6.x

oliverklee commented 2 years ago

@IchHabRecht Thanks! I'd still like to propose merging this PR (and the other 11 fix by me) into master as those two PRs will get the build to green again, making the CI builds of other PRs usable again.