public function testAverage() { $result = $this->_Nums->average(); $this->assertEquals('46560678.85771428', $result); }