Skip to content

Commit 45bf407

Browse files
committed
Security fixes
1 parent 4f206f0 commit 45bf407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/MslsUnitTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protected function setUp(): void {
2626
Functions\when( 'esc_url' )->returnArg();
2727
Functions\when( '__' )->returnArg();
2828
Functions\when( 'wp_kses' )->returnArg();
29+
Functions\when( 'wp_kses_post' )->returnArg();
2930
Functions\when( 'sanitize_text_field' )->returnArg();
3031
}
3132

0 commit comments

Comments
 (0)