Esempio n. 1
0
 public function testSetTargetAllocation()
 {
     $this->subclass->setTargetAllocation(79.3);
     $this->assertEquals(79.3, $this->subclass->getTargetAllocation());
 }