Asserts that a variable is equal to an attribute of an object.
public static assertAttributeEquals ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) | ||
$expected | mixed | |
$actualAttributeName | string | |
$actualClassOrObject | string | object | |
$message | string | |
$delta | float | |
$maxDepth | integer | |
$canonicalize | boolean | |
$ignoreCase | boolean |