示例#1
0
文件: String.php 项目: Hywan/String
 public function case_copy()
 {
     $this->given($string = new LUT('foo'))->when($result = $string->copy())->then->object($result)->isEqualTo($string);
 }