You are here

public function FeedsFetcherResultTest::testGetFeedsInProgressDir in Feeds 7.2

@covers FeedsFetcherResult::getFeedsInProgressDir().

File

tests/FeedsFetcherResultTest.test, line 111

Class

FeedsFetcherResultTest
@coversDefaultClass FeedsFetcherResult @group feeds

Code

public function testGetFeedsInProgressDir() {
  $this
    ->assertEqual(static::FEEDS_IN_PROGRESS_DIR, $this->fetcherResult
    ->getFeedsInProgressDir());
}