public function SyndicationParserTest::testGetMappingSources in Feeds 8.3
@covers ::getMappingSources
File
- tests/
src/ Unit/ Feeds/ Parser/ SyndicationParserTest.php, line 166
Class
- SyndicationParserTest
- @coversDefaultClass \Drupal\feeds\Feeds\Parser\SyndicationParser @group feeds
Namespace
Drupal\Tests\feeds\Unit\Feeds\ParserCode
public function testGetMappingSources() {
// Not really much to test here.
$this
->assertSame(count($this->parser
->getMappingSources()), 17);
}