Issue #3228371: Fix Rector
Compare changes
@@ -103,15 +103,15 @@ class AuthenticationAnonymousTest extends AuthenticationTestBase {
@@ -103,15 +103,15 @@ class AuthenticationAnonymousTest extends AuthenticationTestBase {
$not_published = $entity_storage->loadByProperties(['uuid' => 'es_test_node_import_not_published']);
$this->assertTrue(file_exists($file_data['uri']), 'The private physical file ' . $file_data['filename'] . ' has been pulled and recreated.');
$this->assertEqual($file_content, $file_data['file_content'], 'Private physical file was downloaded with correct content.');