Skip to content

Commit 10c8c91

Browse files
westonruterCopilot
andcommitted
Fix typo in test_wp_loading_optimization_force_header_contexts_filter
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dcf1ecb commit 10c8c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4921,7 +4921,7 @@ public function test_wp_loading_optimization_force_header_contexts_filter() {
49214921

49224922
add_filter(
49234923
'wp_loading_optimization_force_header_contexts',
4924-
function ( $context ) {
4924+
function ( $contexts ) {
49254925
$contexts['something_completely_arbitrary'] = true;
49264926
return $contexts;
49274927
}

0 commit comments

Comments
 (0)