예제 #1
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->customer = $this->timestamp = null;
     parent::tearDown();
 }
예제 #2
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->gateway = $this->customer = $this->timestamp = $this->order = null;
     parent::tearDown();
 }