You are here

protected function PaymentPaneTest::setUp in Ubercart 8.4

Overrides UbercartBrowserTestBase::setUp

File

payment/uc_payment/tests/src/Functional/PaymentPaneTest.php, line 22

Class

PaymentPaneTest
Tests the checkout payment pane.

Namespace

Drupal\Tests\uc_payment\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->addToCart($this->product);
}