예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 public function case_safe_safe_pattern()
 {
     $this->given($pattern = '/foo/ui')->when($result = LUT::safePattern($pattern))->then->string($result)->isEqualto('/foo/ui');
 }