Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove obsolete function parameter
  • Loading branch information
ockham committed Sep 5, 2025
commit 03e3299d563def2e338417fd699e317c29f0e173
2 changes: 1 addition & 1 deletion tests/phpunit/tests/block-bindings/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function test_different_get_value_callbacks( $get_value_callback, $expect
* @covers ::register_block_bindings_source
*/
public function test_passing_uses_context_to_source() {
$get_value_callback = function ( $source_args, $block_instance, $attribute_name ) {
$get_value_callback = function ( $source_args, $block_instance ) {
$this->assertArrayNotHasKey(
'forbiddenSourceContext',
$block_instance->context,
Expand Down
Loading