You are here

public function UnitTestBase::setUp in Feeds extensible parsers 8

Overrides FeedsUnitTestCase::setUp

1 call to UnitTestBase::setUp()
ParserTestBase::setUp in tests/src/Unit/Feeds/Parser/ParserTestBase.php
2 methods override UnitTestBase::setUp()
JmesRuntimeFactoryTest::setUp in tests/src/Unit/JmesRuntimeFactoryTest.php
ParserTestBase::setUp in tests/src/Unit/Feeds/Parser/ParserTestBase.php

File

tests/src/Unit/UnitTestBase.php, line 30

Class

UnitTestBase
Base class for units tests.

Namespace

Drupal\Tests\feeds_ex\Unit

Code

public function setUp() {
  $this->moduleDir = dirname(dirname(dirname(dirname(__FILE__))));
  parent::setUp();
  $this->fileSystem = $this
    ->getMockFileSystem();
}