PHPUnit_Framework_Constraint_ArrayHasKey::customFailureDescription PHP Method

customFailureDescription() protected method

protected customFailureDescription ( mixed $other, string $description, boolean $not )
$other mixed
$description string
$not boolean
    protected function customFailureDescription($other, $description, $not)
    {
        return sprintf('Failed asserting that an array %s.', $this->toString());
    }