Ejemplo n.º 1
0
 public function testSetIsDoNotReduce()
 {
     $this->tradeData->setIsDoNotReduce(true);
     $this->assertTrue($this->tradeData->getIsDoNotReduce());
 }