Search found 2 matches
- 13 Dec 2017, 11:37
- Forum: TYPO3 extension
- Topic: Integration testing my implementation against Aimeos
- Replies: 3
- Views: 2863
Re: Integration testing my implementation against Aimeos
Thanks for your answer :-) So it's basically running the Aimeos Update script, I can live with that (even though it makes the test very slow.) It seems it can't find the static_countries table during the call to Setup::execute(), and hence some SQL fails. I'll see if I can find that table somewhere ...
- 12 Dec 2017, 09:05
- Forum: TYPO3 extension
- Topic: Integration testing my implementation against Aimeos
- Replies: 3
- Views: 2863
Integration testing my implementation against Aimeos
I want to write integration & functional tests of my TYPO3/Aimeos extension against Aimeos components. That's especially important since we're using dev-master versions of Aimeos :-) My components need to also instantiate the Aimeos Context, including locales. The code looks like this: $aimeosSe...