You are here

public function JmesRuntimeFactoryTest::setUp in Feeds extensible parsers 8

Overrides UnitTestBase::setUp

File

tests/src/Unit/JmesRuntimeFactoryTest.php, line 24

Class

JmesRuntimeFactoryTest
@coversDefaultClass \Drupal\feeds_ex\JmesRuntimeFactory @group feeds_ex

Namespace

Drupal\Tests\feeds_ex\Unit

Code

public function setUp() {
  $this->factory = new JmesRuntimeFactory();
}