You are here

public function SitemapParserTest::testGetMappingSources in Feeds 8.3

@covers ::getMappingSources

File

tests/src/Unit/Feeds/Parser/SitemapParserTest.php, line 107

Class

SitemapParserTest
@coversDefaultClass \Drupal\feeds\Feeds\Parser\SitemapParser @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Parser

Code

public function testGetMappingSources() {

  // Not really much to test here.
  $this
    ->assertSame(count($this->parser
    ->getMappingSources()), 4);
}