Tomas Norre Mikkelsen
Tomas Norre Mikkelsen
Ok.. I can have a look, but don't know when I'll find the time.. Lets see if I can get it prioritized in my next sprint, starting next Thursday.. Otherwise...
We have implemented a service internally for now. But would be happy to work on an approach that fits the normal use case.
That might be an approach.. Haven't look into it specifically.
Sounds like a good approach to me.. @Tuurlijk, what do you think ?
Will test when I'm back from vacation.
|t works as I expected, but not like i wanted :) ``` // @extensionScannerIgnoreLine if ($this->extensionSettings['curlUse'] && $this->extensionSettings['curlProxyServer']) { $rurl = parse_url($this->extensionSettings['curlProxyServer']); $url['path'] = $url['scheme'] . '://' . $url['host'] ....
From look at the code this issue and #27 is tight connected.. Close to doublet.
Hi @IchHabRecht Sure will see what I can figure out. As mentioned, can be that I jumped to the conclusion to fast. I'll update here when have more information. TYPO3:...
I haven't found out the problem yet. If I add the database manually myself, my tests runs into this problem. `PDOException: SQLSTATE[42704]: Undefined object: 7 ERROR: unrecognized configuration parameter "sql_mode"`...
Just did a small "poc" for the `nimut/testing-framework` itself. It runs into the same problem with `sql_mode` as mentioned above when using PostgreSQL, but doesn't have a problem with the...