Example #1
0
 /**
  * @param mixed $value
  * @return $this
  */
 public function is($value)
 {
     return $this->addMatcher(Is::build($value));
 }