Пример #1
0
 public function testSum()
 {
     $total = $this->_Nums->sum();
     $this->assertEquals('325924752.00400000', $total);
 }