public function FeedTest::testProgressClearing in Feeds 8.3
@covers ::progressClearing
File
- tests/
src/ Kernel/ Entity/ FeedTest.php, line 342
Class
- FeedTest
- @coversDefaultClass \Drupal\feeds\Entity\Feed @group feeds
Namespace
Drupal\Tests\feeds\Kernel\EntityCode
public function testProgressClearing() {
$feed = $this
->createFeed($this->feedType
->id());
$this
->assertTrue(is_float($feed
->progressClearing()));
}