- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/wpWidgetCustomHtml.php
r51493 r52010 309 309 * @ticket 46421 310 310 */ 311 function test_render_links_with_target() {311 public function test_render_links_with_target() { 312 312 $widget = new WP_Widget_Custom_HTML(); 313 313 … … 335 335 * @ticket 46421 336 336 */ 337 function test_render_links_without_target() {337 public function test_render_links_without_target() { 338 338 $widget = new WP_Widget_Custom_HTML(); 339 339
Note: See TracChangeset
for help on using the changeset viewer.