You are here

public function PDFPreviewGeneratorTest::setUp in PDFPreview 8

Same name and namespace in other branches
  1. 2.0.x 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);
}