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
Next Next commit
Update tests/phpunit/tests/kses.php
Co-authored-by: Peter Wilson <[email protected]>
  • Loading branch information
ramonjd and peterwilsoncc authored Dec 3, 2021
commit 53d007fa3d0e98a059422461b45c6787ffe72782
3 changes: 3 additions & 0 deletions tests/phpunit/tests/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,9 @@ function data_wp_kses_object_data_url_with_port_number_allowed() {
);
}

/**
* Filter upload directory for tests using port number.
*/
public function wp_kses_upload_dir_filter( $param ) {
$param['port'] = 8888;
return $param;
Expand Down