public function tearDown()
 {
     parent::tearDown();
     // TODO: Change the autogenerated stub
 }
 public function tearDown()
 {
     $this->paystack = Paystack::make();
     $this->paystackHttpClient = PaystackHttpClientFactory::make();
     $this->customerResource = new CustomerResource($this->paystackHttpClient);
     $this->planResource = new PlanResource($this->paystackHttpClient);
     $this->transactionResource = new TransactionResource($this->paystackHttpClient);
     parent::tearDown();
     // TODO: Change the autogenerated stub
 }
 public function tearDown()
 {
     parent::tearDown();
 }
 public function setUp()
 {
     parent::setUp();
     $this->paystackHttpClient = PaystackHttpClientFactory::make();
 }