Changeset 55562 for trunk/tests/phpunit/tests/oembed/filterResult.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/filterResult.php
r52010 r55562 94 94 } 95 95 96 public function _data_oembed_test_strings() {96 public function data_wp_filter_pre_oembed_custom_result() { 97 97 return array( 98 98 array( … … 116 116 117 117 /** 118 * @dataProvider _data_oembed_test_strings118 * @dataProvider data_wp_filter_pre_oembed_custom_result 119 119 */ 120 120 public function test_wp_filter_pre_oembed_custom_result( $html, $expected ) {
Note: See TracChangeset
for help on using the changeset viewer.