From a306b8b67a574111b72113f466730798c3ffe8fc Mon Sep 17 00:00:00 2001 From: Robert Kujawa Date: Tue, 23 May 2023 15:08:02 -0600 Subject: [PATCH] Add new line at end of files --- tests/Unit/TestPaymentMethodRequestsTrait.php | 2 +- tests/Unit/TestPaymentTransactionRequestsTrait.php | 2 +- tests/Unit/TestWalletRequestsTrait.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Unit/TestPaymentMethodRequestsTrait.php b/tests/Unit/TestPaymentMethodRequestsTrait.php index b2f0ff7..edd65c6 100644 --- a/tests/Unit/TestPaymentMethodRequestsTrait.php +++ b/tests/Unit/TestPaymentMethodRequestsTrait.php @@ -67,4 +67,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +} diff --git a/tests/Unit/TestPaymentTransactionRequestsTrait.php b/tests/Unit/TestPaymentTransactionRequestsTrait.php index a1c4d35..dca9adf 100644 --- a/tests/Unit/TestPaymentTransactionRequestsTrait.php +++ b/tests/Unit/TestPaymentTransactionRequestsTrait.php @@ -62,4 +62,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +} diff --git a/tests/Unit/TestWalletRequestsTrait.php b/tests/Unit/TestWalletRequestsTrait.php index 1876dfb..70d0a4a 100644 --- a/tests/Unit/TestWalletRequestsTrait.php +++ b/tests/Unit/TestWalletRequestsTrait.php @@ -35,4 +35,4 @@ protected function assertModelMatchesResponse(Model $model, PaymentResponse $res $this->assertEquals($model->provider_id, $response->provider->id); $this->assertEquals($model->merchant_id, $response->merchant->id); } -} \ No newline at end of file +}