As title
Remove redundant assertion messages at the same time.
Example:
- $this->assertTrue(isset($ids['entity_test.entity_test.field_test_import']));
+ $this->assertArrayHasKey('entity_test.entity_test.field_test_import', $ids);
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.