Make WordPress Core

Opened 11 months ago

Last modified 8 weeks ago

#60177 new enhancement

test for wp_ob_end_flush_all

Reported by: pbearne's profile pbearne Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch has-unit-tests
Focuses: Cc:

Description


Change History (2)

This ticket was mentioned in PR #5829 on WordPress/wordpress-develop by @pbearne.


11 months ago
#1

  • Keywords has-patch has-unit-tests added

This commit introduces a new PHPUnit test for the wp_ob_end_flush_all function. The function test is implemented in a new class, Tests_Functions_wpObEndFlushAll, and it will verify the correct behavior of wp_ob_end_flush_all by asserting the flushing of output buffering.

#2 @desrosj
8 weeks ago

  • Component changed from Build/Test Tools to General
  • Milestone changed from Awaiting Review to Future Release
  • Type changed from defect (bug) to enhancement

Since this is about adding tests and not a general build or test tooling change, I'm reassigning it to the relevant component.

Note: See TracTickets for help on using tickets.