Changeset 55562 for trunk/tests/phpunit/tests/image/editor.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor.php
r54417 r55562 289 289 * 290 290 * @ticket 35725 291 * @dataProvider _test_wp_get_webp_info291 * @dataProvider data_wp_get_webp_info 292 292 * 293 293 */ … … 306 306 * Data provider for test_wp_get_webp_info(). 307 307 */ 308 public function _test_wp_get_webp_info() {308 public function data_wp_get_webp_info() { 309 309 return array( 310 310 // Standard JPEG.
Note: See TracChangeset
for help on using the changeset viewer.