@@ -40,7 +40,7 @@ public function setUp()
4040 ]);
4141 }
4242
43- public function test_purchase ()
43+ public function testPurchase ()
4444 {
4545 $ this ->setMockHttpResponse ('PurchaseSuccess.txt ' );
4646
@@ -82,7 +82,7 @@ public function test_purchase()
8282 ], $ options );
8383 }
8484
85- public function test_complete_purchase ()
85+ public function testCompletePurchase ()
8686 {
8787 $ options = [
8888 'key ' => 'dee886ee19ddbb97e2968a1a8777fc7d ' ,
@@ -124,7 +124,7 @@ public function test_complete_purchase()
124124 self ::assertEquals ('86579 ' , $ response ->getTransactionReference ());
125125 }
126126
127- public function test_accept_notification ()
127+ public function testAcceptNotification ()
128128 {
129129 $ options = [
130130 'key ' => 'dee886ee19ddbb97e2968a1a8777fc7d ' ,
@@ -162,7 +162,7 @@ public function test_accept_notification()
162162 self ::assertEquals ('8888 ' , $ response ->getMessage ());
163163 }
164164
165- public function test_fetch_transaction ()
165+ public function testFetchTransaction ()
166166 {
167167 $ this ->setMockHttpResponse ('FetchTransactionSuccess.txt ' );
168168
@@ -179,7 +179,7 @@ public function test_fetch_transaction()
179179 self ::assertEquals ('86579 ' , $ response ->getTransactionReference ());
180180 }
181181
182- public function test_refund ()
182+ public function testRefund ()
183183 {
184184 $ this ->setMockHttpResponse ('RefundSuccess.txt ' );
185185
0 commit comments