コード例 #1
0
ファイル: DataTest.php プロジェクト: ridhoq/mxpi-twitter
 public function tearDown()
 {
     $this->_object = null;
     return parent::tearDown();
 }
コード例 #2
0
ファイル: RequestTest.php プロジェクト: ridhoq/mxpi-twitter
 public function tearDown()
 {
     parent::tearDown();
     $this->_object = null;
 }
コード例 #3
0
ファイル: ObserverTest.php プロジェクト: ridhoq/mxpi-twitter
 public function tearDown()
 {
     $this->_object = null;
     $this->_orderMock = null;
     $this->_shipmentMock = null;
     $this->_productMock = null;
     $this->_eventMock = null;
     $this->_observerMock = null;
     parent::tearDown();
 }