Exemplo n.º 1
0
 public function testNumerifyReturnsStringWithQuestionMarksReplacedByLetters()
 {
     $this->assertRegExp('/foo[a-z]Ba[a-z]r/', BaseProvider::lexify('foo?Ba?r'));
 }
Exemplo n.º 2
0
 public static function lexify($string)
 {
     return parent::lexify($string);
 }