Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / action / tests / src / Functional / ActionUninstallTest.php
index 6b52643bc543613117f7f22cc46a5593b775768e..5b01099fd216a37e4d9ba07d30c8afe57fe81b3c 100644 (file)
@@ -27,7 +27,7 @@ class ActionUninstallTest extends BrowserTestBase {
 
     $storage = $this->container->get('entity_type.manager')->getStorage('action');
     $storage->resetCache(['user_block_user_action']);
-    $this->assertTrue($storage->load('user_block_user_action'), 'Configuration entity \'user_block_user_action\' still exists after uninstalling action module.' );
+    $this->assertTrue($storage->load('user_block_user_action'), 'Configuration entity \'user_block_user_action\' still exists after uninstalling action module.');
 
     $admin_user = $this->drupalCreateUser(['administer users']);
     $this->drupalLogin($admin_user);