is Not Same As
Deprecated
renamed to isNotSameInstanceAs
Replace with
isNotSameInstanceAs(expected)Content copied to clipboard
Asserts the value is not the same as the expected one, using !==.
See also
is Not Equal To
renamed to isNotSameInstanceAs
isNotSameInstanceAs(expected)Asserts the value is not the same as the expected one, using !==.