Example #1
0
 public function testGetArrays()
 {
     $this->assertEquals(array(Model::FITNESS => array(-1 => 10, 0 => 15, 1 => 20), Model::FATIGUE => array(-1 => 15, 0 => 20, 1 => 15), Model::PERFORMANCE => array(-1 => -10, 0 => -10, 1 => 0)), $this->object->getArrays());
 }