Nicolas PHILIPPE
Nicolas PHILIPPE
Hi @sebastianbergmann I saw the issue https://github.com/sebastianbergmann/phpunit/issues/6239 and its resolution. Thanks for this! It actually unlocks my CI! But on the other hand, it ignores **all** warnings in **all** test...
ok, fair enough, I'll try this soonish thanks.
Yes of course, but it feels weird that vendor classes are validated as well as userland classes
>> "undeprecate" auto_refresh_proxies configuration > > This behaviour will be configurable? Would disabling just remove the events from the tracker? Making `refresh_all()` required? Or would it disable the system entirely?...
> Ok, I understand now, this method would just trigger the created objects to not be tracked? that's what I had in mind, but the more I think about out,...
> So we'd keep this deprecated and have nothing to do with this new proxy system? yeah let's experiment while we're in 2.x, and see if users come with problems...
todo rector rule : - [x] change `PersistentProxyObjectFactory` to `PersistentObjectFactory` - [x] replace calls to `Proxy` methods with helper equivalent: - [x] `->_save()` to `save()` - [x] `->_refresh()` to `refresh()`...
Hey, I've tried to reproduce in a project which does not use `App` as main namespace, and I got this warning: ``` ➜ bin/console make:factory --namespace MyVendor\\Factory ! [NOTE] It...
I'm closing this stale issue
Hi @janopae sorry for the late reply. > One general problem with the FactoryCollection template type is that it only references the class of the object to be produced –...