Changeset 51140
- Timestamp:
- 06/13/2021 04:27:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets.php
r51088 r51140 489 489 * @return array { 490 490 * @type array { 491 * @type string $expected The expected field idto be returned.491 * @type string $expected The expected field name to be returned. 492 492 * @type string $value_to_test The value being passed to the get_field_name method. 493 493 * } … … 1083 1083 } 1084 1084 1085 function test_retr eive_widgets_with_single_widget() {1085 function test_retrieve_widgets_with_single_widget() { 1086 1086 global $sidebars_widgets; 1087 1087
Note: See TracChangeset
for help on using the changeset viewer.