예제 #1
0
파일: Ustring.php 프로젝트: Grummfy/Central
 public function case_copy()
 {
     $this->given($string = new LUT('foo'))->when($result = $string->copy())->then->object($result)->isEqualTo($string);
 }