abstract public function ContextTestTrait::dataProviderValidContext in Feeds extensible parsers 8
Data provider for testSetContext().
1 call to ContextTestTrait::dataProviderValidContext()
- ContextTestTrait::testMapping in tests/
src/ Functional/ Feeds/ Parser/ ContextTestTrait.php - Does a basic mapping test.
6 methods override ContextTestTrait::dataProviderValidContext()
- HtmlParserTest::dataProviderValidContext in tests/
src/ Functional/ Feeds/ Parser/ HtmlParserTest.php - Data provider for testSetContext().
- JmesPathParserTest::dataProviderValidContext in tests/
src/ Functional/ Feeds/ Parser/ JmesPathParserTest.php - Data provider for testSetContext().
- JsonPathParserTest::dataProviderValidContext in tests/
src/ Functional/ Feeds/ Parser/ JsonPathParserTest.php - Data provider for testSetContext().
- QueryPathHtmlParserTest::dataProviderValidContext in tests/
src/ Functional/ Feeds/ Parser/ QueryPathHtmlParserTest.php - Data provider for testSetContext().
- QueryPathXmlParserTest::dataProviderValidContext in tests/
src/ Functional/ Feeds/ Parser/ QueryPathXmlParserTest.php - Data provider for testSetContext().
File
- tests/
src/ Functional/ Feeds/ Parser/ ContextTestTrait.php, line 39
Class
- ContextTestTrait
- Trait for testing the context field on the mapping form.
Namespace
Drupal\Tests\feeds_ex\Functional\Feeds\ParserCode
public abstract function dataProviderValidContext();