Пример #1
0
 public function testToString()
 {
     $s = new Integer(5);
     $this->assertEquals("5", $s->__toString());
 }