Ejemplo n.º 1
0
 public function testAverage()
 {
     $result = $this->_Nums->average();
     $this->assertEquals('46560678.85771428', $result);
 }