Daniel Jakob
Daniel Jakob
> Add a CHANGELOG Do we really need a changelog file? Pointing to the projects release page on github should do the trick
I updated the readme and the composer.json in our fork some time ago so I tried to backport some of the changes including some of the proposed suggestions. Any thoughts?...
Well ok. Actually, I wanted to talk about dropping the phing targets before creating the pull request :-)
I'd support removing 7.4 as well. If this library gets some modernization, we shold drop unsupported php versions imho. @enygma Do you have any plans regarding the further development of...
If you really want to drop hhvm support, please don't remove the code within a minor version update.
Hi First of all sorry for bringing out this old ticket again. Since PHPUnit 10 we experience the described issue also when using Mockery as a provider for mock objects...
> Unless these objects are passed to an assertion method provided by PHPUnit and that assertion fails. Then PHPUnit will export such an object so that it can be part...
> Can you elaborate on how this happens? This happens when you compare not only single objects but lists of objects e.g. with `assertSame`. `IsIdentical::toString()` is called by `DispatchingEmitter::testAssertionSucceeded()` and...
Hi I'm facing the same issue. I'm using interfaces for my entites to decouple them from doctrine. Using `User` as typehint for the private property doesn't work as the setter...
Für die Typsicherheit ist es leider unerheblich, weshalb es so ist. Fakt ist, es könnte hier ein Problem entstehen - also muss die Programmlogik damit umgehen können.