Exemplo n.º 1
0
 public function case_safe_safe_pattern()
 {
     $this->given($pattern = '/foo/ui')->when($result = LUT::safePattern($pattern))->then->string($result)->isEqualto('/foo/ui');
 }