public function ChangedRemovedTest::testBasicPull in Entity Share 8.2
Same name and namespace in other branches
- 8.3 modules/entity_share_client/tests/src/Functional/ChangedRemovedTest.php \Drupal\Tests\entity_share_client\Functional\ChangedRemovedTest::testBasicPull()
Test basic pull feature.
Test that an entity with changed attributes removed can be pulled.
File
- modules/
entity_share_client/ tests/ src/ Functional/ ChangedRemovedTest.php, line 99
Class
- ChangedRemovedTest
- Functional test class to test behavior if changed attributes is removed.
Namespace
Drupal\Tests\entity_share_client\FunctionalCode
public function testBasicPull() {
$this
->pullEveryChannels();
$this
->checkCreatedEntities();
}