Ejemplo n.º 1
0
 public function testGetStatByName()
 {
     Stat::incr('test_get', 100);
     $this->assertEquals(100, Stat::get('test_get'));
 }