You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #19998 [DI] Fix expectedException annotation (nicolas-grekas)
This PR was merged into the 3.2-dev branch.
Discussion
----------
[DI] Fix expectedException annotation
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #19994
| License | MIT
| Doc PR | -
@paradajozsef FYI, phpunit (at least v4.8 we have to use for PHP 5.5 compat) doesn't resolve use statements in `expectedException` annotations. Thanks for the fix btw.
Commits
-------
663bd74 [DI] Fix expectedException annotation
0 commit comments