Exemplo n.º 1
0
 public function case_github_26()
 {
     $this->when($result = LUT::toCode(chr(160)))->then->integer($result)->isEqualTo(0xa0);
 }
Exemplo n.º 2
0
 public function case_copy()
 {
     $this->given($string = new LUT('foo'))->when($result = $string->copy())->then->object($result)->isEqualTo($string);
 }