Esempio n. 1
0
 public function testSetIsSubtotals()
 {
     $this->collection->setIsSubTotals(true);
     $this->assertTrue($this->collection->isSubTotals());
     $this->collection->setIsSubTotals(false);
     $this->assertFalse($this->collection->isSubTotals());
 }