예제 #1
0
 public function tearDown()
 {
     $this->_object = null;
     return parent::tearDown();
 }
예제 #2
0
 public function tearDown()
 {
     parent::tearDown();
     $this->_object = null;
 }
예제 #3
0
 public function tearDown()
 {
     $this->_object = null;
     $this->_orderMock = null;
     $this->_shipmentMock = null;
     $this->_productMock = null;
     $this->_eventMock = null;
     $this->_observerMock = null;
     parent::tearDown();
 }