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] Initialize backend routes for TYPO3 >= 9.2 #100

Closed mbrodala closed 5 years ago

mbrodala commented 5 years ago

Fixes #99

IchHabRecht commented 5 years ago

Hi @mbrodala,

In comparison to the TYPO3 testing-framework the call needs to be done before \Nimut\TestingFramework\TestSystem\AbstractTestSystem::loadExtensionConfiguration

IMHO we can integrate it into loadExtensionConfiguration right before Bootstrap::loadExtTables(true);

mbrodala commented 5 years ago

Thanks for the suggestion, works fine as well and makes sense.

mbrodala commented 5 years ago

Thanks for the test!