abstract public function ContextTestTrait::dataProviderInvalidContext in Feeds extensible parsers 8
Data provider for testSetInvalidContext().
6 methods override ContextTestTrait::dataProviderInvalidContext()
- HtmlParserTest::dataProviderInvalidContext in tests/
src/ Functional/ Feeds/ Parser/ HtmlParserTest.php - Data provider for testSetInvalidContext().
- JmesPathParserTest::dataProviderInvalidContext in tests/
src/ Functional/ Feeds/ Parser/ JmesPathParserTest.php - Data provider for testSetInvalidContext().
- JsonPathParserTest::dataProviderInvalidContext in tests/
src/ Functional/ Feeds/ Parser/ JsonPathParserTest.php - Data provider for testSetInvalidContext().
- QueryPathHtmlParserTest::dataProviderInvalidContext in tests/
src/ Functional/ Feeds/ Parser/ QueryPathHtmlParserTest.php - Data provider for testSetInvalidContext().
- QueryPathXmlParserTest::dataProviderInvalidContext in tests/
src/ Functional/ Feeds/ Parser/ QueryPathXmlParserTest.php - Data provider for testSetInvalidContext().
File
- tests/
src/ Functional/ Feeds/ Parser/ ContextTestTrait.php, line 66
Class
- ContextTestTrait
- Trait for testing the context field on the mapping form.
Namespace
Drupal\Tests\feeds_ex\Functional\Feeds\ParserCode
public abstract function dataProviderInvalidContext();