Mponos George
Mponos George
Hi... I recently opened this #199 Instead of going wild and opening one by one a PR I thought about initiating a discussion here. I believe there are more functions...
Besides codestyle.. Is there any CI running for this project? If not what would be your preferred choice?
PSR Logger has a `Null` Logger which can be used easily for testing purposes. Is there any thought about creating a Dummy/Test/Null container for the same reasons?
Hi, We have recently tagged a new version 7 of guzzle. https://github.com/guzzle/guzzle/releases/tag/7.0.0 🎉
Hello there, According to [symfony official documentation](https://symfony.com/doc/current/testing.html#your-first-functional-test) in order to test a controller you have to initialize a client like this: ``` $client = static::createClient(); ``` And this is what...
Follow up of the comment here https://github.com/squizlabs/PHP_CodeSniffer/issues/2994#issuecomment-647937219 I also discovered that the foreach-loop can also have a semicolon at the end.
What does this bundle offer more? Would you like me to add a services yml?