Ejemplo n.º 1
0
 public function test_canUnsetData()
 {
     $this->product->getRequiredData()->setStore('mystore');
     $this->product->getRequiredData()->unsetKey('store');
     $this->assertNull($this->product->getRequiredData()->getStore());
 }