diff --git a/core/modules/node/tests/src/Functional/Views/BulkFormTest.php b/core/modules/node/tests/src/Functional/Views/BulkFormTest.php index f3ad3dc2d0..7c24574709 100644 --- a/core/modules/node/tests/src/Functional/Views/BulkFormTest.php +++ b/core/modules/node/tests/src/Functional/Views/BulkFormTest.php @@ -88,7 +88,7 @@ protected function setUp($import_test_views = TRUE): void { // Check that all created translations are selected by the test view. $view = Views::getView('test_node_bulk_form'); $view->execute(); - $this->assertCount(10, $view->result 'All created translations are selected.'); + $this->assertCount(10, $view->result, 'All created translations are selected.'); // Check the operations are accessible to the logged in user. $this->drupalLogin($this->drupalCreateUser(['administer nodes', 'access content overview', 'bypass node access']));