HypeMC

Results 67 comments of HypeMC

The main issue here is that `UnitSystem` is an **enum**. In #60095, the `container.excluded` tag was added to all enums, so the `ResolveFactoryClassPass` no longer resolves the class: https://github.com/symfony/symfony/blob/e9f91a63c7045d7da58fbd0e230ede14737951c9/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php#L79-L81 Based...

@nicolas-grekas PHPUnit 12 requires PHP 8.3, so I had to allow older versions for lower PHP versions.

> I did the bump to PHP >= 8.1 in #1067 Rebase needed for any follow up here :) @nicolas-grekas Done

@nicolas-grekas Oh, the N test are because of PHPUnit 12.5-dev, guess that's something new, I'll have to check it out.

@nicolas-grekas Should be good now, see https://github.com/symfony/flex/pull/1056/commits/4dc8127fd171072fe07b47107337f2bd212c8c39. The main issue was: > No expectations were configured for the mock object for \. You should refactor your test code and use...

@greg0ire Sure, I'll do it.