diff --git a/tests/unit/Billing/StripePaymentGatewayTest.php b/tests/unit/Billing/StripePaymentGatewayTest.php index f4d875e..a237bcc 100644 --- a/tests/unit/Billing/StripePaymentGatewayTest.php +++ b/tests/unit/Billing/StripePaymentGatewayTest.php @@ -2,6 +2,9 @@ use App\Billing\StripePaymentGateway; +/** + * @group integration + */ class StripePaymentGatewayTest extends TestCase { protected function setUp()