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

Update for TYPO3 9.4 #94

Closed mbrodala closed 6 years ago

mbrodala commented 6 years ago

TYPO3 9.4 was released yesterday, this package should be updated accordingly.

helhum commented 6 years ago

Yes, we worked on it until 4:30 a.m. yesterday night/ today in the morning. There are some challenges to overcome…

mbrodala commented 6 years ago

OK, do you need some help? I just prepared a basic PR which was pointless then I guess. ;-)

mbrodala commented 6 years ago

(Please ignore my PR, I just think it is good to document that it's not that simple.)

helhum commented 6 years ago

Thanks. We now have a pretty good understanding why switching to new Bootstrap API failed for us. One thing is, that there is a TYPO3 bug in the doctrine connection subclass. However what we don't really understand, why this does not affect the typo3 testing framework.

helhum commented 6 years ago

That one actually worked https://github.com/Nimut/testing-framework/pull/93

But we did want to switch to new API instead.

helhum commented 6 years ago

Pending TYPO3 bugfix: https://review.typo3.org/#/c/58189/

mbrodala commented 5 years ago

Thanks a lot. Unfortunately I didn't have much time to test this yet especially since one place where I checked had all tests fail but I assume that's an error in my tests. At least the installation together with TYPO3 9.4 works now. :+1: