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
There are a bunch of @expectedException* annotations left in the unit tests which should be replaced by the corresponding self::expectException*() method calls due to being "a new best practice" as well as for consistency reasons.
The text was updated successfully, but these errors were encountered:
There are a bunch of
@expectedException*
annotations left in the unit tests which should be replaced by the correspondingself::expectException*()
method calls due to being "a new best practice" as well as for consistency reasons.The text was updated successfully, but these errors were encountered: