You are here

protected function LinkManipulatorTest::setUp in FillPDF 8.4

Same name and namespace in other branches
  1. 5.0.x tests/src/Functional/LinkManipulatorTest.php \Drupal\Tests\fillpdf\Functional\LinkManipulatorTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/LinkManipulatorTest.php, line 40

Class

LinkManipulatorTest
@coversDefaultClass \Drupal\fillpdf\Service\FillPdfLinkManipulator

Namespace

Drupal\Tests\fillpdf\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->configureFillPdf();
  $this
    ->initializeUser();
  $this->linkManipulator = $this->container
    ->get('fillpdf.link_manipulator');
}