You are here

protected function AmpFormatterTwitterTest::setUp in Accelerated Mobile Pages (AMP) 8.3

Overrides AmpFormatterTestBase::setUp

File

tests/src/Functional/AmpFormatterTwitterTest.php, line 38

Class

AmpFormatterTwitterTest
Tests AMP Social Post Formatter.

Namespace

Drupal\Tests\amp\Functional

Code

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

  // Add field to the test content type.
  $this
    ->createTextField($this->fieldName);
  $this
    ->configureDisplay();
}