You are here

public function HtmlParserTest::dataProviderValidContext in Feeds extensible parsers 8

Data provider for testSetContext().

Overrides ContextTestTrait::dataProviderValidContext

File

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

Class

HtmlParserTest
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\HtmlParser @group feeds_ex

Namespace

Drupal\Tests\feeds_ex\Functional\Feeds\Parser

Code

public function dataProviderValidContext() {
  return [
    [
      '//div[@class="post"]',
    ],
  ];
}