You are here

public function PdfPreviewGeneratorTest::setUp in PDFPreview 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/PDFPreviewGeneratorTest.php \Drupal\Tests\pdfpreview\Unit\PDFPreviewGeneratorTest::setUp()

Overrides UnitTestCase::setUp

File

tests/src/Unit/PdfPreviewGeneratorTest.php, line 28

Class

PdfPreviewGeneratorTest
@coversDefaultClass \Drupal\pdfpreview\PdfPreviewGenerator

Namespace

Drupal\Tests\pdfpreview\Unit

Code

public function setUp() {
  parent::setUp();
  $this->configFactory = $this
    ->prophesize(ConfigFactoryInterface::class);
}