return 'The default value of the parameter ' . $this->parameter . ' of the ' . $class . '::' . $this->method . ' is not equal to ' . print_r($this->value, true);
59
}
60
61
/**
62
* Returns the assert description
63
*
64
* @return string
65
*/
66
public function getDescription()
67
{
68
return 'Tests if certain parameter of a method has the default value equals determined one';