Skip to content

Commit 30fb223

Browse files
committed
Issue #3022183 by wengerk, benjifisher: Fix BlockContentAccessHandlerTest::providerTestAccess wrong coverage by early return
1 parent bda5967 commit 30fb223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ public function providerTestAccess() {
292292
'forbidden',
293293
],
294294
];
295-
return $cases;
296295
}
296+
return $cases;
297297
}
298298

299299
}

0 commit comments

Comments
 (0)