\Drupal\Tests\file_encrypt\Unit\StreamFilterTest::setUp()
includes the following @todo
, which should be addressed when possible:
// @todo The current alpha release of encrypt module incorrectly depends on
// a concretion rather than an interface, so we must mock accordingly.
// Use \Drupal\encrypt\EncryptionProfileInterface once the next release
// comes out.
$this->encryptionProfile = $this->getMockBuilder(EncryptionProfile::class)
->disableOriginalConstructor()
->getMock();
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.