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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Use assertSame to ensure return value is of same type
Changes `assertEquals(3001, $new->getPort())` to `assertSame(3001,
$new->getPort())`, which better tests that the return value is of the
expected type, as well as value.
0 commit comments