You are here

protected function HelpTopicTwigLoaderTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php \Drupal\Tests\help_topics\Unit\HelpTopicTwigLoaderTest::setUp()

Overrides UnitTestCase::setUp

File

core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php, line 35

Class

HelpTopicTwigLoaderTest
Unit test for the HelpTopicTwigLoader class.

Namespace

Drupal\Tests\help_topics\Unit

Code

protected function setUp() {
  $this
    ->setUpVfs();
  $this->helpLoader = new HelpTopicTwigLoader('\\fake\\root\\path', $this
    ->getHandlerMock('module'), $this
    ->getHandlerMock('theme'));
}