Exemplo n.º 1
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->gateway = $this->customer = $this->timestamp = $this->order = null;
     parent::tearDown();
 }
Exemplo n.º 2
0
 /**
  * Tear down test environment.
  */
 public function tearDown()
 {
     $this->customer = $this->timestamp = null;
     parent::tearDown();
 }
Exemplo 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);
 }