You are here

11 calls to FeedsMockingTrait::getMockFileSystem() in Feeds 8.3

OpmlParserTest::testEmptyFeed in tests/src/Unit/Feeds/Parser/OpmlParserTest.php
Tests parsing an empty feed.
OpmlParserTest::testParse in tests/src/Unit/Feeds/Parser/OpmlParserTest.php
Tests parsing an OPML file that succeeds.
RawFetcherResultTest::testGetFilePath in tests/src/Unit/Result/RawFetcherResultTest.php
@covers ::getFilePath
RawFetcherResultTest::testGetRaw in tests/src/Unit/Result/RawFetcherResultTest.php
@covers ::getRaw
SitemapParserTest::testEmptyFeed in tests/src/Unit/Feeds/Parser/SitemapParserTest.php
Tests parsing an empty feed.
SitemapParserTest::testInvalidFeed in tests/src/Unit/Feeds/Parser/SitemapParserTest.php
Tests parsing an invalid feed.
SitemapParserTest::testParse in tests/src/Unit/Feeds/Parser/SitemapParserTest.php
Tests parsing a sitemap XML file that succeeds.
SyndicationParserTest::testEmptyFeed in tests/src/Unit/Feeds/Parser/SyndicationParserTest.php
Tests parsing an empty feed.
SyndicationParserTest::testInvalidFeed in tests/src/Unit/Feeds/Parser/SyndicationParserTest.php
Tests parsing an invalid feed.
SyndicationParserTest::testParse in tests/src/Unit/Feeds/Parser/SyndicationParserTest.php
Tests parsing a RSS feed that succeeds.
SyndicationParserTest::testParseAtom in tests/src/Unit/Feeds/Parser/SyndicationParserTest.php
Tests parsing an Atom feed.