public function testSetTargetAllocation() { $this->subclass->setTargetAllocation(79.3); $this->assertEquals(79.3, $this->subclass->getTargetAllocation()); }