Make WordPress Core

Opened 7 months ago

Last modified 7 months ago

#60177 new defect (bug)

test for wp_ob_end_flush_all

Reported by: pbearne's profile pbearne Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch has-unit-tests
Focuses: Cc:

Description


Change History (1)

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


7 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.

Note: See TracTickets for help on using tickets.