Exemple #1
0
 /**
  * Returns a string representation of the constraint.
  *
  * @return string
  */
 public function toString()
 {
     return sprintf('is equal to expected %s', $this->value->__toString());
 }