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