Asserts that two variables are not equal.
public static assertNotEquals ( mixed $expected, mixed $actual, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) | ||
$expected | mixed | |
$actual | mixed | |
$message | string | |
$delta | float | |
$maxDepth | integer | |
$canonicalize | boolean | |
$ignoreCase | boolean |