Ejemplo n.º 1
0
 public function testSetRegexSearchTerms()
 {
     $obj = new _Search();
     $obj->setRegexSearchTerms('A new hope');
     $this->string($obj->getRegexSearchTerms())->isEqualTo('A new hope')->string($obj->getRegex())->isEqualTo('~A new hope~iu');
 }