You are here

protected function SmsFrameworkGatewayAdminTest::setUp in SMS Framework 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/SmsFrameworkGatewayAdminTest.php \Drupal\Tests\sms\Functional\SmsFrameworkGatewayAdminTest::setUp()
  2. 2.1.x tests/src/Functional/SmsFrameworkGatewayAdminTest.php \Drupal\Tests\sms\Functional\SmsFrameworkGatewayAdminTest::setUp()

Overrides SmsFrameworkBrowserTestBase::setUp

File

tests/src/Functional/SmsFrameworkGatewayAdminTest.php, line 32

Class

SmsFrameworkGatewayAdminTest
Tests gateway administration user interface.

Namespace

Drupal\Tests\sms\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->smsGatewayStorage = \Drupal::entityTypeManager()
    ->getStorage('sms_gateway');
  $this
    ->drupalPlaceBlock('page_title_block');
}