You are here

protected function BillingScheduleAccessTest::setUp in Commerce Recurring Framework 8

Overrides RecurringKernelTestBase::setUp

File

tests/src/Kernel/BillingScheduleAccessTest.php, line 27

Class

BillingScheduleAccessTest
Tests the commerce_billing_schedule access control.

Namespace

Drupal\Tests\commerce_recurring\Kernel

Code

protected function setUp() : void {
  parent::setUp();

  // Create uid: 1 here so that it's skipped in test cases.
  $admin_user = $this
    ->createUser();
}