コード例 #1
0
ファイル: JQAutoscalerTest.php プロジェクト: apinstein/jqjobs
 function testSettingScalerPollingInterval()
 {
     $autoscaler = new JQAutoscaler($this->getMock('JQStore_Array'), $this->getMock('JQScalable_Noop'), array());
     $autoscaler->setScalerPollingInterval(10);
 }