public function testCalcOOB() { $this->assertEquals(-9.699999999999999, $this->subclass->calcOOB()); $this->subclass->setCurrentAllocation(70.5); $this->subclass->setTargetAllocation(50.5); $this->assertEquals(20.0, $this->subclass->calcOOB()); }