Esempio n. 1
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->gateway = $this->customer = $this->timestamp = $this->order = null;
     parent::tearDown();
 }
Esempio n. 2
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->customer = $this->timestamp = null;
     parent::tearDown();
 }
Esempio n. 3
0
 /**
  * Set up test environment.
  */
 public function setUp()
 {
     parent::setUp();
     $this->slim_app = new App();
     $this->model_router = new Router($this->slim_app);
 }