You are here

public function JmesRuntimeFactoryTest::testCreateAstRuntime in Feeds extensible parsers 8

@covers ::createAstRuntime

File

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

Class

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

Namespace

Drupal\Tests\feeds_ex\Unit

Code

public function testCreateAstRuntime() {
  $runtime = $this->factory
    ->createAstRuntime();
  $this
    ->assertInstanceOf('JmesPath\\AstRuntime', $runtime);
}