You are here

protected function PaymentStatusWebTest::setUp in Payment 8.2

Overrides BrowserTestBase::setUp

File

tests/src/Functional/Controller/PaymentStatusWebTest.php, line 35

Class

PaymentStatusWebTest
Payment status UI.

Namespace

Drupal\Tests\payment\Functional\Controller

Code

protected function setUp() : void {
  parent::setUp();
  $this->paymentStatusStorage = \Drupal::entityTypeManager()
    ->getStorage('payment_status');
  $this
    ->drupalPlaceBlock('local_actions_block');
}