Skip to content

Commit e1f678c

Browse files
committed
Issue #3022183 by wengerk, benjifisher: Fix BlockContentAccessHandlerTest::providerTestAccess wrong coverage by early return
(cherry picked from commit 30fb223)
1 parent 72de717 commit e1f678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ public function providerTestAccess() {
293293
'forbidden',
294294
],
295295
];
296-
return $cases;
297296
}
297+
return $cases;
298298
}
299299

300300
}

0 commit comments

Comments
 (0)