You are here

public function QueryPathXmlParserTest::dataProviderInvalidContext in Feeds extensible parsers 8

Data provider for testSetInvalidContext().

Overrides ContextTestTrait::dataProviderInvalidContext

File

tests/src/Functional/Feeds/Parser/QueryPathXmlParserTest.php, line 32

Class

QueryPathXmlParserTest
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathXmlParser @group feeds_ex

Namespace

Drupal\Tests\feeds_ex\Functional\Feeds\Parser

Code

public function dataProviderInvalidContext() {
  return [
    [
      '!! ',
      'CSS selector is not well formed.',
    ],
  ];
}