public function ParagraphsImportExportTest::testParagraphs in Acquia Content Hub 8.2
Tests paragraphs.
@dataProvider paragraphsDataProvider
Parameters
mixed $args: Data.
Throws
\Drupal\Core\Entity\EntityStorageException
File
- tests/
src/ Kernel/ ParagraphsImportExportTest.php, line 73
Class
- ParagraphsImportExportTest
- Tests that paragraphs are properly exported and imported.
Namespace
Drupal\Tests\acquia_contenthub\KernelCode
public function testParagraphs(...$args) {
parent::contentEntityImportExport(...$args);
}