public function JmesPathParserTest::dataProviderInvalidContext in Feeds extensible parsers 8
Data provider for testSetInvalidContext().
Overrides ContextTestTrait::dataProviderInvalidContext
File
- tests/
src/ Functional/ Feeds/ Parser/ JmesPathParserTest.php, line 34
Class
- JmesPathParserTest
- @coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathParser @group feeds_ex
Namespace
Drupal\Tests\feeds_ex\Functional\Feeds\ParserCode
public function dataProviderInvalidContext() {
return [
[
'!! ',
'Syntax error at character',
],
];
}