-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected: 5.0
Description
There is a test called testThrowsException...
but it does not expectException
.
Either the test is misnamed (should be rather testNoExceptionWhenAddServiceOnACompiledContainer
) or it might be a false-positive and the exception check was forgotten (improbable).
Possible Solution
Rename the test or add the necessary check.
I assume this is a typo so I renamed the test in my PR.