Exemplo n.º 1
0
 /**
  * @return CategoryDenormalization
  */
 public function getCategoryComponent()
 {
     $this->categoryDenormalization->disableTransactions();
     return $this->categoryDenormalization;
 }
 public function testDisableTransactions()
 {
     $this->component->disableTransactions();
     $this->assertFalse($this->component->transactionsEnabled());
 }