Changeset 61140
- Timestamp:
- 11/04/2025 08:41:01 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/template.php
r61122 r61140 998 998 999 999 /** 1000 * Data provider for data_provider_to_test_wp_finalize_template_enhancement_output_buffer_with_errors_while_processing. 1001 * 1002 * @return array 1000 * Data provider for test_wp_finalize_template_enhancement_output_buffer_with_errors_while_processing. 1001 * 1002 * @return array<string, array{ 1003 * ini_config_options: array<string, int|string|bool>, 1004 * emit_filter_errors: Closure, 1005 * emit_action_errors: Closure, 1006 * expected_processed: bool, 1007 * expected_error_log: string[], 1008 * expected_displayed_errors: string[], 1009 * }> 1003 1010 */ 1004 1011 public function data_provider_to_test_wp_finalize_template_enhancement_output_buffer_with_errors_while_processing(): array {
Note: See TracChangeset
for help on using the changeset viewer.