58 - Using Groups to Skip Integration Tests

This commit is contained in:
Adam Wathan
2016-12-30 15:57:28 -05:00
parent 2d4ce1dc9e
commit 874f63872a

View File

@@ -2,6 +2,9 @@
use App\Billing\StripePaymentGateway;
/**
* @group integration
*/
class StripePaymentGatewayTest extends TestCase
{
protected function setUp()