Ejemplo n.º 1
0
 public function matches($regex)
 {
     AssertAdapter::assertRegExp($regex, $this->_actual);
     return $this;
 }