You are here

protected function StripeIntegrationTestBase::setUp in Commerce Stripe 8

Overrides OrderKernelTestBase::setUp

File

tests/src/Kernel/StripeIntegrationTestBase.php, line 32

Class

StripeIntegrationTestBase

Namespace

Drupal\Tests\commerce_stripe\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installEntitySchema('commerce_payment_method');
  $this
    ->installEntitySchema('commerce_payment');
}