コード例 #1
0
 public function tearDown()
 {
     TestingGenericAdapter::$acceptedCurrencies = array();
     TestingGenericAdapter::$fakeGlobals = array();
     TestingGenericAdapter::$fakeIdentifier = false;
     parent::tearDown();
 }
コード例 #2
0
 public function tearDown()
 {
     TestingPaypalLegacyAdapter::$fakeGlobals = array();
     parent::tearDown();
 }
コード例 #3
0
 public function tearDown()
 {
     // Clear static variables.
     TestingQueue::clearAll();
     parent::tearDown();
 }
コード例 #4
0
 public function tearDown()
 {
     TestingAmazonAdapter::$fakeGlobals = array();
     parent::tearDown();
 }