You are here

public function FeedTest::testProgressFetching in Feeds 8.3

@covers ::progressFetching

File

tests/src/Kernel/Entity/FeedTest.php, line 310

Class

FeedTest
@coversDefaultClass \Drupal\feeds\Entity\Feed @group feeds

Namespace

Drupal\Tests\feeds\Kernel\Entity

Code

public function testProgressFetching() {
  $feed = $this
    ->createFeed($this->feedType
    ->id());
  $this
    ->assertTrue(is_float($feed
    ->progressFetching()));
}