示例#1
0
文件: String.php 项目: Hywan/String
 public function case_safe_safe_pattern()
 {
     $this->given($pattern = '/foo/ui')->when($result = LUT::safePattern($pattern))->then->string($result)->isEqualto('/foo/ui');
 }