Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / tests / src / Functional / NodeAccessBaseTableTest.php
index 5b99ccf68ebe2f7b1a12f11331b7b7c83bd40832..d9e4e8b0924918784afb2aae408a71ffce471980 100644 (file)
@@ -114,7 +114,7 @@ class NodeAccessBaseTableTest extends NodeTestBase {
 
         $this->drupalPostForm('node/add/article', $edit, t('Save'));
         $node = $this->drupalGetNodeByTitle($edit['title[0][value]']);
-        $this->assertEqual($is_private, (int)$node->private->value, 'The private status of the node was properly set in the node_access_test table.');
+        $this->assertEqual($is_private, (int) $node->private->value, 'The private status of the node was properly set in the node_access_test table.');
         if ($is_private) {
           $private_nodes[] = $node->id();
         }