Exemplo n.º 1
0
 public function testZeroToString()
 {
     $zero = new Integer(0);
     $this->assertSame('0', $zero->__toString());
 }