DynamicItemTest.php in Feeds 8.3
Namespace
Drupal\Tests\feeds\Unit\Feeds\ItemFile
tests/src/Unit/Feeds/Item/DynamicItemTest.phpView source
<?php
namespace Drupal\Tests\feeds\Unit\Feeds\Item;
use Drupal\feeds\Feeds\Item\DynamicItem;
/**
* @coversDefaultClass \Drupal\feeds\Feeds\Item\DynamicItem
* @group feeds
*/
class DynamicItemTest extends ItemTestBase {
/**
* {@inheritdoc}
*/
public function setUp() {
parent::setUp();
$this->item = new DynamicItem();
}
}
Classes
Name | Description |
---|---|
DynamicItemTest | @coversDefaultClass \Drupal\feeds\Feeds\Item\DynamicItem @group feeds |