Beispiel #1
0
 public function testSetCurrentAllocation()
 {
     $this->assetClass->setCurrentAllocation(78.5);
     $this->assertEquals(78.5, $this->assetClass->getCurrentAllocation());
 }