コード例 #1
0
 public function testToNative()
 {
     $integer = new Integer(5);
     $this->assertSame(5, $integer->toNative());
 }