Ejemplo n.º 1
0
 public function testSetGetPointerSize()
 {
     $stats = new Stats();
     $this->assertEquals(0, $stats->getPointerSize());
     $stats->setPointerSize(299);
     $this->assertEquals(299, $stats->getPointerSize());
 }