Esempio n. 1
0
 public function __toString()
 {
     return sprintf('<captured parameter%s>', isset($this->matcher) ? " that is {$this->matcher->__toString()}" : '');
 }
 /**
  * Returns a human readable description of the argument matcher
  * @return string
  */
 public function __toString()
 {
     return $this->adaptedMatcher->__toString();
 }