You are here

public function FeedTest::testProgressParsing in Feeds 8.3

@covers ::progressParsing

File

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

Class

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

Namespace

Drupal\Tests\feeds\Kernel\Entity

Code

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