Opened 2 years ago
Last modified 14 months ago
#60177 new enhancement
test for wp_ob_end_flush_all
| Reported by: |
|
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.
2 years ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
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.