You are here

public function FeedTest::testProgressExpiring in Feeds 8.3

@covers ::progressExpiring

File

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

Class

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

Namespace

Drupal\Tests\feeds\Kernel\Entity

Code

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