Exemplo n.º 1
0
 /**
  * @param array $acceptedValues
  * @return $this
  */
 public function in($acceptedValues)
 {
     return $this->addMatcher(In::build($acceptedValues));
 }