Simon Podlipsky

Results 337 comments of Simon Podlipsky

@icanhazstring are you sure it works like that? I have `"maglnet/composer-require-checker": "^4.8",` in composer.json and `composer bump` does nothing.

with `require promphp/prometheus_client_php:^2.10` will not bump to 2.10.0.

I forgot to mention that the whole operation is called within `$entityManager::transactional()` but that can be seen in linked source. I see that it starts with `$this->conn->beginTransaction();` Followed by `$this->conn->commit()`...

I decided to go with a test. Found out, that it works just fine. The problem is that in some cases, I defer unique constrains (eg. when doing full sync,...

@beberlei having a reproducible test case would help. I'll try to examine the execution flow.

as `non-nullable` as stated in the title. https://github.com/doctrine/orm/pull/10155/files#diff-fe519274c2d9ecab59f442c05f190586e7320f74719505288502bdb0ca56bc9aR15

IMO it should not be bound to a sf test case. Users usually extend their testcase and cannot extend another one. It should be something that can be triggered via...

> that uses KernelTestCase or WebTestCase this is not a root cause. I'd correct that to: > This issue is a blocker for PHPUnit 11 in any Symfony project that...