Thomas Trautner
Thomas Trautner
Hi, I'm currently investigating if my problem correlates with yours: One of my WAN connections is a Zyxel 5G Modem NR7101 which failed two times the last days middle in...
> That sounds like a problem in your dev environment. Deprecations are NOT errors and should NOT be treated as such. Until PHP 9.0, everything which is deprecated will still...
For me none of use statements working, geht always 'route not found'
Got it working with this pull request: [Web server options for environment variables](https://github.com/symfony/panther/pull/330) + PANTHER_WEB_SERVER_DIR for custom index.php to call custom kernel which implements different test_cases. To inject different testcases...
Hi @arderyp, not in this PR but these two PR`s where merged: https://github.com/symfony/recipes/pull/464 https://github.com/symfony/panther/pull/99 Now you can use: ``` static::$options['env']['CUSTOM_PATHER_VAR'] = 'your content'; $client = static::createPantherClient(static::$options); ``` HTH, Regards, Thomas
Hey, @arderyp for sure, you can just pass the options as you have done in your second anwser. It was just a snippet from my own testcase which extends PantherTestCase....
Hey, just look around the linked Kernel, they have done the same in their tests.
As @Obihoernchen mentioned, it is enough to add `rm /etc/apt/sources.list.d/mono-official-stable.list`, as for this list https transport is required which is not installed. @Obihoernchen linked his issue #694: While switching from...
Hi @matt-xtaz good tip, but ccache::ccache_update() doesent exists I used CCache::update() instead, and it seems to work: https://tt-rss.org/fox/tt-rss/blob/master/classes/ccache.php#L95
I have written for me a custom GmailOAuthTransportFactory which extends AbstractTransportFactory and an GmailOAuthSmtpTransport which extends SmtpTransport but i already use the google apiclient in my app and therefore already...