示例#1
0
 public function stringIsEqualToItself()
 {
     $a = new String('');
     $this->assertTrue($a->equals($a));
 }