You are here

public function XmlParserTest::dataProviderValidContext in Feeds extensible parsers 8

Data provider for testSetContext().

Overrides ContextTestTrait::dataProviderValidContext

File

tests/src/Functional/Feeds/Parser/XmlParserTest.php, line 23

Class

XmlParserTest
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\XmlParser @group feeds_ex

Namespace

Drupal\Tests\feeds_ex\Functional\Feeds\Parser

Code

public function dataProviderValidContext() {
  return [
    [
      '/items/item',
    ],
  ];
}