예제 #1
0
 function testSettingScalerPollingInterval()
 {
     $autoscaler = new JQAutoscaler($this->getMock('JQStore_Array'), $this->getMock('JQScalable_Noop'), array());
     $autoscaler->setScalerPollingInterval(10);
 }