From 874f63872a463b223141e55dc10cbef7155746b6 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 30 Dec 2016 15:57:28 -0500 Subject: [PATCH] 58 - Using Groups to Skip Integration Tests --- tests/unit/Billing/StripePaymentGatewayTest.php | 3 +++ 1 file changed, 3 insertions(+) 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()