public function EmbeddedEntityTest::testBasicPull in Entity Share 8.3
Test basic pull feature.
File
- modules/
entity_share_client/ tests/ src/ Functional/ EmbeddedEntityTest.php, line 184
Class
- EmbeddedEntityTest
- Functional test class for embedded entities in RTE fields.
Namespace
Drupal\Tests\entity_share_client\FunctionalCode
public function testBasicPull() {
// As only the default channel is defined. Only es_test_embedding will be
// pulled but the other entities will be pulled because of embedded plugins.
$this
->commonBasicPull();
}